using Content.Server.Objectives.Systems; namespace Content.Server.Objectives.Components; /// /// Sets the target for to a random person. /// [RegisterComponent, Access(typeof(KillPersonConditionSystem))] public sealed partial class PickRandomPersonComponent : Component { }