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