Example #1
0
 public void StopServer()
 {
     LoopProcessor.Stop();
     NetMgr.Server.Shutdown(string.Empty);
     EventMgr.ThrowEvent(this, new OnGameStop());
 }