PickSpecificPersonComponent.cs 346 B

12345678
  1. namespace Content.Server.Objectives.Components;
  2. /// <summary>
  3. /// Sets this objective's target to the one given in <see cref="TargetOverrideComponent"/>, if the entity has it.
  4. /// This component needs to be added to objective entity itself.
  5. /// </summary>
  6. [RegisterComponent]
  7. public sealed partial class PickSpecificPersonComponent : Component;