using Content.Server.Objectives.Systems; namespace Content.Server.Objectives.Components; /// /// Just requires that the player is not dead, ignores evac and what not. /// [RegisterComponent, Access(typeof(SurviveConditionSystem))] public sealed partial class SurviveConditionComponent : Component { }