using Content.Server.Objectives.Systems; namespace Content.Server.Objectives.Components; /// /// Requires that a target stays alive. /// Depends on to function. /// [RegisterComponent, Access(typeof(KeepAliveConditionSystem))] public sealed partial class KeepAliveConditionComponent : Component { }