using Robust.Shared.Serialization; namespace Content.Shared.Bed { [Serializable, NetSerializable] public enum StasisBedVisuals : byte { IsOn, } }