public static void ServerShutdown() { OnServerShutdown.OnNext(""); Bootstrap.SaveAll(); }
public static void saveall(ConsoleSystem.Arg arg) { Bootstrap.SaveAll(); arg.ReplyWith("Everything saved!"); }
private void _savetimer_Elapsed(object sender, ElapsedEventArgs e) { Bootstrap.SaveAll(); }