using System; using Robust.Shared.Serialization; namespace Content.Shared.GameObjects.Components.Doors { [Serializable, NetSerializable] public enum AirlockWireStatus { PowerIndicator, } }