Delta-v/Content.Shared/Shuttles/Systems/SharedShuttleSystem.Emergen...

15 lines
222 B
C#

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