6
StarHorizon_Public/Content.Server/Roles/WizardRoleComponent.cs
2026-01-18 12:53:36 +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;