// SPDX-FileCopyrightText: 2024 AJCM // SPDX-FileCopyrightText: 2024 keronshb <54602815+keronshb@users.noreply.github.com> // SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com> // // SPDX-License-Identifier: AGPL-3.0-or-later 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;