using Content.Shared._CP14.MagicSpell; namespace Content.Shared._CP14.Actions.Components; /// /// Restricts the use of this action, by spending stamina. /// [RegisterComponent] public sealed partial class CP14ActionStaminaCostComponent : Component { [DataField] public float Stamina = 0f; }