Inheritance: UnityEngine.MonoBehaviour
Exemple #1
0
 public static void ServerShutdown()
 {
     OnServerShutdown.OnNext("");
     Bootstrap.SaveAll();
 }
Exemple #2
0
 public static void saveall(ConsoleSystem.Arg arg)
 {
     Bootstrap.SaveAll();
     arg.ReplyWith("Everything saved!");
 }
Exemple #3
0
 private void _savetimer_Elapsed(object sender, ElapsedEventArgs e)
 {
     Bootstrap.SaveAll();
 }