public void SetStartMoney(int money) { mPrice = money; MoneyMorph.setVal(money); MoneyText.text = money.ToString("#,##0"); }