Exemple #1
0
 public static bool CheckQuickStart()
 {
     if (GenCommandLine.CommandLineArgPassed("quicktest") && !QuickStarter.quickStarted && GenScene.InEntryScene)
     {
         QuickStarter.quickStarted = true;
         SceneManager.LoadScene("Play");
         return(true);
     }
     return(false);
 }