Files

10 lines
273 B
C#
Raw Permalink Normal View History

using Robust.Shared.GameStates;
namespace Content.Shared.Roles.Components;
/// <summary>
/// Added to mind role entities to tag that they are a wizard.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class WizardRoleComponent : Component;