Example #1
0
 //Check if the player has cleared the chapter
 private void _checkClearedChapter(string portalName)
 {
     if (_portalClones[islandAmount - 1].name == portalName)
     {
         _saveRounds();
         _inGameMenu.ActivateWonMenu();
     }
 }