Example #1
0
        //-------------------------------------------------------------------------
        public CellApp()
        {
            Instance = this;

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

            Cfg     = new CellConfig();
            Rd      = new ThreadSafeRandom();
            jsonCfg = new JsonConfig();
            // 注册BtFactory
            _regBtFactory(new BtFactoryBot());
            _regBtFactory(new BtFactoryPlayer());
        }