Esempio n. 1
0
 public void SetCostText()
 {
     CostText.text = "Price: " + item.GetUpgradeCost() + " Yang";
 }