Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | gridCtrl.Refresh();
|
| | | foreach (int key in redPacket._DicRedBag.Keys)
|
| | | {
|
| | | gridCtrl.AddCell(ScrollerDataType.Header, key);
|
| | | if (redPacket._DicRedBag[key].GetWay != 5)
|
| | | {
|
| | | gridCtrl.AddCell(ScrollerDataType.Header, key);
|
| | | } |
| | | }
|
| | | gridCtrl.Restart();
|
| | | }
|
| | |
| | | UpdateEquipPassSkill();
|
| | | SetEquipHoleSelect(GetEquipHoleIndex(model.presentSltSkillID));
|
| | | DayRemind.Instance.SetDayRemind(DayRemind.PASS_SKILL_REDPOINT, true);
|
| | | model.taskUnlockUpdate += TaskUnlockUpdate;
|
| | |
|
| | | if (cacheCoroutine != null)
|
| | | {
|
| | |
| | | protected override void OnAfterOpen()
|
| | | {
|
| | | DisplayEffect();
|
| | | model.taskUnlockUpdate += TaskUnlockUpdate;
|
| | | }
|
| | |
|
| | | protected override void OnPreClose()
|