1
0

PickRandomPersonComponent.cs 248 B

1234567
  1. namespace Content.Server.Objectives.Components;
  2. /// <summary>
  3. /// Sets the target for <see cref="TargetObjectiveComponent"/> to a random person.
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class PickRandomPersonComponent : Component;