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
 private static void <RestartFromChangedMods> m__1()
 {
     GenCommandLine.Restart();
 }