Example #1
0
 public static void LoadLevel(string levelToLoad)
 {
     instance.StartCoroutine(instance.DisplayLoadingScreen(levelToLoad));
 }