示例#1
0
 void Awake()
 {
     currentCoins = startingCoins;
     coinCounter.SetCoinCount(currentCoins);
 }