1 2 3 4 5 6 7 8 9 10 11
using Godot; using TheLegendOfGustav.Magic; namespace TheLegendOfGustav.Entities.Items; [GlobalClass] public partial class GrimoireConsumableDefinition : ConsumableItemDefinition { [Export] public SpellResource Spell { get; set; } }