using Content.Shared._CP14.MagicSpellStorage; namespace Content.Shared._CP14.MagicSpell.Components; /// /// Restricts the use of this action, by spending stamina. /// [RegisterComponent, Access(typeof(CP14SharedMagicSystem), typeof(CP14SpellStorageSystem))] public sealed partial class CP14MagicEffectStaminaCostComponent : Component { [DataField] public float Stamina = 0f; }