using Content.Shared.Roles; namespace Content.Server._White.Wizard; /// /// This is used for... /// [RegisterComponent, ExclusiveAntagonist] public sealed partial class WizardRoleComponent : AntagonistRoleComponent { }