Refactor all gameItem into one object for easier stats

This commit is contained in:
derek.holloway
2025-12-17 19:13:10 -08:00
parent 063b70a4d5
commit 25e86a6990
201 changed files with 1829 additions and 868 deletions
+2
View File
@@ -17,6 +17,8 @@ public partial class PreGame : Control {
_Reference.PreGame = this;
_AbilityLabel = this.GetChild<Label>(0);
_AbilityLabel.Text = "Current Ability : " + _Ability.ToString();
StatItem.LoadItemStats();
}
public void _on_ability_pressed() {