public static bool Shutdown() { SaveSystem.ShuttingDown = true; TerminalBackend.InvokeCommand("sos.save"); AppearanceManager.Exit(); return(true); }
public static bool Shutdown() { SaveSystem.SaveGame(); AppearanceManager.Exit(); return(true); }