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