namespace Content.Server._Shitmed.DelayedDeath; [RegisterComponent] public sealed partial class DelayedDeathComponent : Component { /// /// How long it takes to kill the entity. /// [DataField] public float DeathTime = 60; /// /// How long it has been since the delayed death timer started. /// public float DeathTimer; }