RandomTraitorAliveComponent.cs 254 B

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