public void makeClickWithTypeWithShopTypeBack() { //print ("select"); theShop sp = this.GetComponentInParent <theShop> (); if (sp && sp.thePackage) { List <equipBasics> eqs = sp.getEquipWithPage(sp.theShopTypeNow, -1, false); makeShow(eqs); equipShowingButton.flashPicture(); } }
public void makeClickWithTypeFromShop() { //print ("select"); theShop sp = this.GetComponentInParent <theShop> (); if (sp && sp.thePackage) { List <equipBasics> eqs = sp.getEquipWithPage(theTypeSelect, 0); makeShow(eqs); equipShowingButton.flashPicture(); makeSave(); } }