using Robust.Shared.GameStates; namespace Content.Shared.Bed.Cryostorage; /// /// Serves as a whitelist that allows an entity with this component to enter cryostorage. /// It will also require MindContainerComponent. /// [RegisterComponent, NetworkedComponent] public sealed partial class CanEnterCryostorageComponent : Component { }