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