コード例 #1
0
 protected override void UpdateGoods(XsollaGoodsManager goods)
 {
     Logger.Log("Goods recived");
     // SetVirtual curr name
     goods.setItemVirtCurrName(Utils.GetProject().virtualCurrencyName);
     _shopViewController.UpdateGoods(goods, Utils.GetTranslations().Get(XsollaTranslations.VIRTUAL_ITEM_OPTION_BUTTON));
     SetLoading(false);
 }
コード例 #2
0
 protected override void UpdateGoods(XsollaGoodsManager goods)
 {
     Logger.Log("Goods recived");
     _shopViewController.UpdateGoods(goods);
     SetLoading(false);
 }