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