mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-15 11:41:21 +01:00
10 lines
154 B
C#
10 lines
154 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Pinpointer;
|
|
|
|
[Serializable, NetSerializable]
|
|
public enum StationMapUiKey : byte
|
|
{
|
|
Key,
|
|
}
|