Content update for NetEntities (#18935)
This commit is contained in:
@@ -5,9 +5,9 @@ namespace Content.Shared.Station;
|
||||
[NetSerializable, Serializable]
|
||||
public sealed class StationsUpdatedEvent : EntityEventArgs
|
||||
{
|
||||
public readonly HashSet<EntityUid> Stations;
|
||||
public readonly HashSet<NetEntity> Stations;
|
||||
|
||||
public StationsUpdatedEvent(HashSet<EntityUid> stations)
|
||||
public StationsUpdatedEvent(HashSet<NetEntity> stations)
|
||||
{
|
||||
Stations = stations;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user