Beispiel #1
0
 private void OnServerIsShuttingDown(ServerIsShuttingDownEvent e)
 {
     logger.Warn("Server is shutting down");
     throw new ServerShutdownException();
 }
Beispiel #2
0
 protected virtual void OnServerIsShuttingDown(ServerIsShuttingDownEvent e, GameState state)
 {
 }