1 2 3 4 5 6 7 8
using Godot; [GlobalClass] public partial class PlayerDefinition : ActorDefinition { [ExportCategory("Player Mechanics")] [Export] public int InventoryCapacity = 0; }