Ejemplo n.º 1
0
 internal void BankCoins(int amount = 0)
 {
     banked_coins += amount;
     ui.UpdateUI();
 }