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