Files
OldThink/Content.Shared/Shuttles/Systems/SharedShuttleSystem.EmergencyConsole.cs

15 lines
222 B
C#
Raw Permalink Normal View History

using Robust.Shared.Serialization;
namespace Content.Shared.Shuttles.Systems;
public abstract partial class SharedShuttleSystem
{
}
[Serializable, NetSerializable]
public enum EmergencyConsoleUiKey : byte
{
Key,
}