using Content.Shared.StatusEffectNew.Components; using Robust.Shared.GameStates; namespace Content.Shared.Bed.Sleep; /// /// Prevents waking up. Use only in conjunction with , on the status effect entity. /// [NetworkedComponent, RegisterComponent] public sealed partial class ForcedSleepingStatusEffectComponent : Component;