Move mind role components to shared (#39606)
This commit is contained in:
9
Content.Shared/Roles/Components/WizardRoleComponent.cs
Normal file
9
Content.Shared/Roles/Components/WizardRoleComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user