Implement even more inventory/UI stuff

This commit is contained in:
2024-09-10 01:22:34 -07:00
parent 911f75da14
commit 62a9f99b81
18 changed files with 79 additions and 51 deletions

View File

@@ -13,5 +13,7 @@
public int MaxAttack { get; }
public int MaxDefense { get; }
public double Luck { get; }
}
}