Esempio n. 1
0
 void Update()
 {
     moneyText.text  = "Gold: " + money.ToString();
     healthText.text = "Health: " + CoreBehaviour.getHealth();
 }