Files
5d2fb2c4bc9d2a9623208d899074e38bd1ed99a3
9 lines
346 B
C#
9 lines
346 B
C#
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;
|