namespace Content.Server._CP14.MagicSpellStorage.Components; /// /// Denotes that this item's spells can be accessed while holding it in your hand /// [RegisterComponent, Access(typeof(CP14SpellStorageSystem))] public sealed partial class CP14SpellStorageAccessHoldingComponent : Component { }