Ejemplo n.º 1
0
 public void DecreaseCurr(int curr = 1)
 {
     GameStats.DecreaseСurr(curr);
     uI_Control.RenewMoneyUI();
     //if (GameStats.GetСurrency() < currToHat)
     //{
     //    hat.SetActive(false);
     //}
 }