Esempio n. 1
0
 public void CheckWin()
 {
     if (enemiesManager.GetMonsterCount() == 0)
     {
         LoadNextLevel();
     }
 }