public void GetShop(int itemType = 0) { ShopManager.instance.ClearShop(); api.GetShop(itemType); ShopManager.instance.isSettingJson = true; HeroManager.instance.isSettingJson = true; }