Station maps (#13027)
This commit is contained in:
9
Content.Shared/Pinpointer/SharedStationMapSystem.cs
Normal file
9
Content.Shared/Pinpointer/SharedStationMapSystem.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Pinpointer;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum StationMapUiKey : byte
|
||||
{
|
||||
Key,
|
||||
}
|
||||
Reference in New Issue
Block a user