6
StarHorizon_Public/Content.Server/Roles/WizardRoleComponent.cs
2025-11-12 10:55:00 +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;