using Content.Server.Objectives.Systems; namespace Content.Server._DV.Objectives.Components; /// /// Sets the target for to a random traitor. /// [RegisterComponent] public sealed partial class PickRandomTraitorComponent : Component;