namespace Content.Shared._CP14.Demiplane.Components; /// /// Keeps the demiplanes from being destroyed while they're in it. /// [RegisterComponent, Access(typeof(CP14SharedDemiplaneSystem))] public sealed partial class CP14DemiplaneStabilizerComponent : Component { /// /// must be a being and be alive to work as a stabilizer /// [DataField] public bool RequireAlive = false; }