Esempio n. 1
0
    private void onClick_Confirm_Btn(GameObject obj)
    {
        bool success = SelectEquipCompoundIndex();

        if (success)
        {
            HideSelf();
            //选中结果
            emgr.DoEquipCompoundSelectResult();
        }
    }