namespace Content.Server.Objectives.Components; /// /// Sets this objective's target to the one given in , if the entity has it. /// This component needs to be added to objective entity itself. /// [RegisterComponent] public sealed partial class PickSpecificPersonComponent : Component;