Esempio n. 1
0
 void StartNewRound()
 {
     numRound++;
     myEnemyManager.newRound(numRound);
     myMoneyRespawnManager.newRound(numRound);
     myCoroutine = StartCoroutine(checkForNewRound());
 }