コード例 #1
0
        public CatalogManager()
        {
            _marketplace        = new MarketplaceManager();
            _petRaceManager     = new PetRaceManager();
            _voucherManager     = new VoucherManager();
            _clothingManager    = new ClothingManager();
            _predesignedManager = new PredesignedRoomsManager();
            _predesignedManager.Initialize();

            _itemOffers       = new Dictionary <int, int>();
            _pages            = new Dictionary <int, CatalogPage>();
            _botPresets       = new Dictionary <int, CatalogBot>();
            _items            = new Dictionary <int, Dictionary <int, CatalogItem> >();
            _deals            = new Dictionary <int, Dictionary <int, CatalogDeal> >();
            _predesignedItems = new Dictionary <int, PredesignedContent>();
            _recyclerLevels   = new List <int>();
        }
コード例 #2
0
        public CatalogManager()
        {
            this._marketplace        = new MarketplaceManager();
            this._petRaceManager     = new PetRaceManager();
            this._voucherManager     = new VoucherManager();
            this._clothingManager    = new ClothingManager();
            this._predesignedManager = new PredesignedRoomsManager();
            this._predesignedManager.Initialize();

            this._itemOffers       = new Dictionary <int, int>();
            this._pages            = new Dictionary <int, CatalogPage>();
            this._botPresets       = new Dictionary <int, CatalogBot>();
            this._items            = new Dictionary <int, Dictionary <int, CatalogItem> >();
            this._deals            = new Dictionary <int, Dictionary <int, CatalogDeal> >();
            this._predesignedItems = new Dictionary <int, PredesignedContent>();
            this._televisions      = new Dictionary <int, TelevisionItem>();
        }