StackSystem uses EntityUid for Split and Spawn
This commit is contained in:
@@ -8,6 +8,6 @@ namespace Content.Shared.Construction.Steps
|
||||
{
|
||||
[DataField("store")] public string Store { get; } = string.Empty;
|
||||
|
||||
public abstract bool EntityValid(IEntity entity);
|
||||
public abstract bool EntityValid(EntityUid uid, IEntityManager entityManager);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user