public bool ShutDown() { if (Dispatcher != null) { Dispatcher.ShutDownLogicSystem(); } if (NetworkEngine == null || NetworkEngine.Shutdown() == false) { return(false); } return(true); }