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