//------------------------------------------------------------------------- public CellApp() { Instance = this; Cfg = new CellConfig(); Rd = new ThreadSafeRandom(); jsonCfg = new JsonConfig(); // 注册BtFactory _regBtFactory(new BtFactoryBot()); _regBtFactory(new BtFactoryPlayer()); }