| | |
| | |
|
| | | if (owner.ServerInstID == PlayerDatas.Instance.PlayerId)
|
| | | {
|
| | | GA_Hero.CallOnStateEnter(animator.GetCurrentAnimatorClipInfo(0).Length);
|
| | |
|
| | | if (owner.State == E_ActorState.AutoRun)
|
| | | {
|
| | | owner.StopPathFind();
|
| | |
| | | {
|
| | | HeadUpSkillName.Popup(cacheSkillID, owner.Root.position, CameraController.Instance.CameraObject);
|
| | | }
|
| | |
|
| | |
|
| | | }
|
| | |
|
| | | if (_player is GA_Player)
|
| | |
| | |
|
| | | if (owner.ActorType == GameObjType.gotPlayer)
|
| | | {
|
| | | if (owner is GA_Hero)
|
| | | {
|
| | | GA_Hero.CallOnStateEnd();
|
| | | }
|
| | |
|
| | | GActorPlayerBase _player = owner as GActorPlayerBase;
|
| | | if (_player != null)
|
| | | {
|