summaryrefslogtreecommitdiff
path: root/scripts/Entities/Items/GrimoireConsumableDefinition.cs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Entities/Items/GrimoireConsumableDefinition.cs')
-rw-r--r--scripts/Entities/Items/GrimoireConsumableDefinition.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/Entities/Items/GrimoireConsumableDefinition.cs b/scripts/Entities/Items/GrimoireConsumableDefinition.cs
new file mode 100644
index 0000000..4b041c1
--- /dev/null
+++ b/scripts/Entities/Items/GrimoireConsumableDefinition.cs
@@ -0,0 +1,11 @@
+using Godot;
+using TheLegendOfGustav.Magic;
+
+namespace TheLegendOfGustav.Entities.Items;
+
+[GlobalClass]
+public partial class GrimoireConsumableDefinition : ConsumableItemDefinition
+{
+ [Export]
+ public SpellResource Spell { get; set; }
+} \ No newline at end of file