namespace Content.Shared._CP14.Demiplane.Components; /// /// is automatically delete over time if there are no active stabilizers inside this demiplane. /// [RegisterComponent, Access(typeof(CP14SharedDemiplaneSystem)), AutoGenerateComponentPause] public sealed partial class CP14DemiplaneDestroyWithoutStabilizationComponent : Component { /// /// how many time after generation the demiplane cannot be destroyed. /// [DataField] public TimeSpan ProtectedSpawnTime = TimeSpan.FromMinutes(1); [DataField] [AutoPausedField] public TimeSpan EndProtectionTime = TimeSpan.Zero; }