public void OpenGoods(XsollaGroupsManager groups)
 {
     DrawShopScreen();
     LoadGoods(groups.GetItemByPosition(0).id);
     _shopViewController.OpenGoods(groups);
     _radioController.SelectItem(0);
 }
예제 #2
0
 public void OpenGoods(XsollaGroupsManager groups)
 {
     InitShopScreen();
     LoadGoods(groups.GetItemByPosition(0).id);
     _shopViewController.OpenGoods(groups);
 }