using Content.Server.Objectives.Systems; namespace Content.Server.Objectives.Components; /// /// Sets the target for to a random traitor. /// [RegisterComponent, Access(typeof(HelpProgressConditionSystem))] public sealed partial class RandomTraitorProgressComponent : Component { }