| 12345678910111213141516 |
- using Robust.Shared.Serialization;
- namespace Content.Shared.Doors
- {
- [Serializable, NetSerializable]
- public enum AirlockWireStatus
- {
- PowerIndicator,
- BoltIndicator,
- BoltLightIndicator,
- AiControlIndicator,
- AiVisionIndicator,
- TimingIndicator,
- SafetyIndicator,
- }
- }
|