using Robust.Shared.GameStates; namespace Content.Shared.Bed.Sleep; /// <summary> /// This is used for the snoring trait. /// </summary> [RegisterComponent, NetworkedComponent] public sealed partial class SnoringComponent : Component { }