public void PowerUP() { if (money >= 100) { playerAtk++; money -= 100; UI.ShowMoney(money); UI.ShowAttack(playerAtk); } }