Fix objects tab not showing nents (#23837)
* Fix objects tab not showing nents * Fix everything
This commit is contained in:
@@ -5,9 +5,9 @@ namespace Content.Shared.Station;
|
||||
[NetSerializable, Serializable]
|
||||
public sealed class StationsUpdatedEvent : EntityEventArgs
|
||||
{
|
||||
public readonly HashSet<NetEntity> Stations;
|
||||
public readonly List<(string Name, NetEntity Entity)> Stations;
|
||||
|
||||
public StationsUpdatedEvent(HashSet<NetEntity> stations)
|
||||
public StationsUpdatedEvent(List<(string Name, NetEntity Entity)> stations)
|
||||
{
|
||||
Stations = stations;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user