using Content.Shared.Roles; namespace Content.Server.Roles; /// /// Added to mind entities to tag that they are a Revolutionary. /// [RegisterComponent] public sealed partial class RevolutionaryRoleComponent : AntagonistRoleComponent { }