| 12345678910 |
- using Robust.Shared.GameStates;
- namespace Content.Shared.Magic.Components;
- /// <summary>
- /// The <see cref="SharedMagicSystem"/> checks this if a spell requires wizard clothes
- /// </summary>
- [RegisterComponent, NetworkedComponent]
- [Access(typeof(SharedMagicSystem))]
- public sealed partial class WizardClothesComponent : Component;
|