void Update() { moneytxt.text = "R$ " + playerStats.getMoney().ToString(); exptxt.text = playerStats.getExp().ToString(); }