summaryrefslogtreecommitdiff
path: root/scripts/Entities/Items/ConsumableItemDefinition.cs
blob: 9cadc0bfcc8d533dcc69eb7d734fb0bc4875b91c (plain)
1
2
3
4
5
6
7
8
9
using Godot;

namespace TheLegendOfGustav.Entities.Items;

/// <summary>
///  Esta classe só existe para agrupar seus descendentes.
/// </summary>
[GlobalClass]
public abstract partial class ConsumableItemDefinition : EntityDefinition;