Exemplo n.º 1
0
 void Update()
 {
     if (gameState == GameState.InProgress && !invaderController.EnemiesExist())
     {
         EndGame(true);
     }
 }