Example #1
0
 public void StartDedicatedServer()
 {
     MenuStack.Clear();
     Server = new Server();
     Server.Start();
 }