using Robust.Shared.Serialization; namespace Content.Shared._Stalker.Lay; [Serializable, NetSerializable] public enum STLayState { Stand, Laid, }