Fix misc construction bugs (#15600)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
[ImplicitDataDefinitionForInheritors]
|
||||
public interface IGraphAction
|
||||
{
|
||||
// TODO pass in node/edge & graph ID for better error logs.
|
||||
void PerformAction(EntityUid uid, EntityUid? userUid, IEntityManager entityManager);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user