fish-station/Content.Shared/_Sunrise/CommandConsole/CommandConsoleUiKey.cs

9 lines
174 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared._Sunrise.CommandConsole;
[Serializable, NetSerializable]
public enum CommandConsoleUiKey : byte
{
Key,
}