using Content.Shared._CP14.Workbench; namespace Content.Shared._CP14.Actions.Components; /// /// Requires the caster to hold a specific resource in their hand, which will be spent to use the spell. /// [RegisterComponent] public sealed partial class CP14ActionMaterialCostComponent : Component { [DataField(required: true)] public CP14WorkbenchCraftRequirement? Requirement; }