Files
crystall-punk-14/Content.Server/Objectives/Components/PickSpecificPersonComponent.cs

9 lines
346 B
C#
Raw Normal View History

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