Пример #1
0
 public void SetPlayerGoldCount(long amount)
 {
     playerGoldCount = amount;
     uiController.ChangeCurrentPlayerGoldCountDisplayText(playerGoldCount.ToString());
 }