Exemple #1
0
 public static void RestartFromChangedMods()
 {
     Find.WindowStack.Add(new Dialog_MessageBox("ModsChanged".Translate(), null, delegate()
     {
         GenCommandLine.Restart();
     }, null, null, null, false, null, null));
 }
Exemple #2
0
 public static bool CheckQuickStart()
 {
     if (GenCommandLine.CommandLineArgPassed("quicktest") && !QuickStarter.quickStarted && GenScene.InEntryScene)
     {
         QuickStarter.quickStarted = true;
         SceneManager.LoadScene("Play");
         return(true);
     }
     return(false);
 }
Exemple #3
0
 private static void <RestartFromChangedMods> m__1()
 {
     GenCommandLine.Restart();
 }