WizardRoleComponent.cs 202 B

1234567
  1. namespace Content.Server.Roles;
  2. /// <summary>
  3. /// Mind role to tag entities that they're a Wizard
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class WizardRoleComponent : Component;