using Godot; [GlobalClass] public partial class ArmorItem : InventoryItemInfo { [Export] public required int Defense { get; set; } }