private void UpdateCoinCountText() { _coinsText.text = NumberFormatter.ToKMB(Data.GetCoinsCount()); }