public static void InitLevel() { singleton.levelRunning = true; singleton.StartCoroutine(singleton.loadingLevel.LoadScene("Level 1")); }