using Robust.Shared.Serialization; namespace Content.Shared.Light { [Serializable, NetSerializable] public enum UnpoweredFlashlightVisuals : byte { LightOn } }