DoAfter Refactor (#13225)
Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com>
This commit is contained in:
@@ -32,6 +32,6 @@ namespace Content.Server.Gatherable.Components
|
||||
public int MaxGatheringEntities = 1;
|
||||
|
||||
[ViewVariables]
|
||||
public readonly Dictionary<EntityUid, CancellationTokenSource> GatheringEntities = new();
|
||||
public readonly List<EntityUid> GatheringEntities = new();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user