Example #1
0
 /// <summary>
 /// コインの数のセット
 /// </summary>
 void SetGold(int n)
 {
     gold = n;
     uiManager.SetGold(playerNumber, gold);
 }