10 lines
296 B
C#
10 lines
296 B
C#
using Content.Server.Objectives.Systems;
|
|
|
|
namespace Content.Server._DV.Objectives.Components;
|
|
|
|
/// <summary>
|
|
/// Sets the target for <see cref="TargetObjectiveComponent"/> to a random traitor.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class PickRandomTraitorComponent : Component;
|