Files
OldThink/Content.Server/_White/Wizard/WizardRoleComponent.cs

12 lines
242 B
C#
Raw Permalink Normal View History

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