using Content.Server.GameTicking.Rules; namespace Content.Server.Revolutionary.Components; /// /// Given to heads at round start for Revs. Used for tracking if heads died or not. /// [RegisterComponent, Access(typeof(RevolutionaryRuleSystem))] public sealed partial class CommandStaffComponent : Component { }