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