示例#1
0
    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();
        }
    }
示例#2
0
    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();
        }
    }