private void SetSellValue(Tower tower) { mSellValue.GetComponent<TextMesh>().text = /*" Sell:" +*/tower.GetSell().ToString(); }