using Robust.Shared.GameStates; namespace Content.Shared.Bed.Components; /// /// Tracking component added to entities buckled to stasis beds. /// [RegisterComponent, NetworkedComponent] [Access(typeof(SharedBedSystem))] public sealed partial class StasisBedBuckledComponent : Component;