| | |
| | |
|
| | | private void RefreshXBResult()
|
| | | {
|
| | | Display();
|
| | | if (model.isSkipXB)
|
| | | {
|
| | | ShowGetItem();
|
| | |
| | | transQian[i].transform.position = transStartQian[i].transform.position;
|
| | | transQian[i].transform.rotation = transStartQian[i].transform.rotation;
|
| | | }
|
| | | Display();
|
| | | }
|
| | |
|
| | | public void MoveAndDisappear()
|
| | |
| | | txtXBMany.text = Language.Get("YunShi07", funcSet.xbNums[1]);
|
| | | RefreshSkipUI();
|
| | | txtHasCnt.text = xbInfo.treasureCount.ToString();
|
| | |
|
| | | for (int i = 0; i < yunShiXBItems.Count; i++)
|
| | | {
|
| | | int gridIndex = i + 1;
|
| | | yunShiXBItems[i].Display(gridIndex);
|
| | | }
|
| | |
|
| | | for (int i = 0; i < model.AwardCellCount; i++)
|
| | | {
|
| | | if (i < list.Count)
|