namespace Content.Shared.Construction
{
[ImplicitDataDefinitionForInheritors]
public interface IGraphAction
// TODO pass in node/edge & graph ID for better error logs.
void PerformAction(EntityUid uid, EntityUid? userUid, IEntityManager entityManager);
}