Exemplo n.º 1
0
 public static void Resume()
 {
     GameUpdater.Start();
 }
Exemplo n.º 2
0
 private static void Initialized(object sender, EventArgs e)
 {
     Debugging.DrawBounds = true;
     Debugging.Log(LogEntryType.Info, "Starting GameUpdater...");
     GameUpdater.Start();
 }