Spawn items

This commit is contained in:
2024-08-28 21:48:05 -07:00
parent 699a333951
commit ea99e88535
25 changed files with 715 additions and 134 deletions

View File

@@ -1,7 +1,7 @@
using Godot;
[GlobalClass]
public partial class ArmorItem : InventoryItem
public partial class ArmorItem : InventoryItemInfo
{
[Export]
public required int Defense { get; set; }