Ejemplo n.º 1
0
 private static void PrepareNextLvl()
 {
     AllowUpdate(false);
     Debug.Log("Preparing next lvl");
     LevelManager.LoadNextLevel();
     PlayerManager.RespawnAll();
     AllowUpdate(true);
 }