summaryrefslogtreecommitdiff
path: root/scripts/Entities/Items/GrimoireConsumableDefinition.cs
blob: 4b041c1f93b7938b3755a69b094de21f664cf340 (plain)
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; }
}