Esempio n. 1
0
 public void NewRound(int round)
 {
     armyCrystals.RefreshCrystals();
     monsterCrystals.RefreshCrystals();
     roundNumber.text = round.ToString();
     SetHint("NEW ROUND!");
 }