using Robust.Shared.GameStates; namespace Content.Shared.Magic.Components; /// /// The checks this if a spell requires wizard clothes /// [RegisterComponent, NetworkedComponent] [Access(typeof(SharedMagicSystem))] public sealed partial class WizardClothesComponent : Component;