示例#1
0
 private void UpdateCoinCountText()
 {
     _coinsText.text = NumberFormatter.ToKMB(Data.GetCoinsCount());
 }