Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | |
|
| | | GA_Hero _hero = PlayerDatas.Instance.hero;
|
| | |
|
| | | if (_hero == null || _hero.IsDaZuo())
|
| | | {
|
| | | return;
|
| | | }
|
| | |
|
| | | m_PauseStartTime = Time.realtimeSinceStartup;
|
| | | m_State = 1;
|
| | | m_UserClickSkillID = -1;
|
| | | if (_hero != null)
|
| | | {
|
| | | _hero.StopRush();
|
| | | }
|
| | | _hero.StopRush();
|
| | |
|
| | | m_TargetPos = dest;
|
| | | m_NeedMoveToPos = true;
|
| | |
| | | successRate = 0;
|
| | | DefaultSelect();
|
| | | CreateTypeCell();
|
| | | |
| | | JumpIndex();
|
| | | }
|
| | |
|
| | | private void DefaultSelect()
|
| | |
| | | }
|
| | | }
|
| | | cellCtrl.Restart();
|
| | | JumpIndex();
|
| | |
|
| | | if (curThirdType != 0)
|
| | | {
|
| | | composeWinModel.TryGetThirdTypeData((int)ComposeFuncType.Equip, curSecondType, curThirdType, out thirdTypeData);
|
| | |
| | | composeWinModel.TryGetSecondTypeData((int)ComposeFuncType.Equip,secondType,out secondTypeData);
|
| | | OnClickSecondType();
|
| | | CreateTypeCell();
|
| | | JumpIndex();
|
| | | }
|
| | |
|
| | | private void OnClickSecondType()
|