6
StarHorizon_Public/Content.Server/Roles/WizardRoleComponent.cs
2025-11-03 10:15:18 +03:00

8 lines
202 B
C#

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