2023-09-16 07:18:10 +01:00
|
|
|
namespace Content.Server.Objectives.Components;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Sets the target for <see cref="TargetObjectiveComponent"/> to a random person.
|
|
|
|
|
/// </summary>
|
2025-03-13 01:41:50 +01:00
|
|
|
[RegisterComponent]
|
|
|
|
|
public sealed partial class PickRandomPersonComponent : Component;
|