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