Ejemplo n.º 1
0
        public ShopDefinition GetShopDefinition(int chapterId, ShopType shopType)
        {
            int key = ShopDefinition.DefinitionKey(chapterId, shopType);

            if (this.shopDefinitions.ContainsKey(key))
            {
                return(this.shopDefinitions[key]);
            }
            return(null);
        }