Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | var _hero = PlayerDatas.Instance.hero;
|
| | | if (_hero != null)
|
| | | {
|
| | | _hero.Behaviour.StopHandupAI();
|
| | | _hero.Behaviour.StopHandupAI(true);
|
| | | SnxxzGame.Instance.StartCoroutine(Co_HeroMoveToPos(new Vector3(_buffPos.x, 0, _buffPos.y),
|
| | | _help.fairyWarBuffs[_index].NPCID));
|
| | | }
|
| | |
| | | {
|
| | | RemainingNum = (WeekPartyAction.TotalTimes - rewardNum) / WeekPartyAction.SingleTimes;
|
| | | }
|
| | | if (WeekPartyAction.TotalTimes -carryOutNum> 0)
|
| | | if (WeekPartyAction.TotalTimes -carryOutNum> 0 && RemainingNum>0)
|
| | | {
|
| | | m_TextA.text = Language.Get("OSA_1", RemainingNum);
|
| | | }
|