少年修仙传客户端代码仓库
client_linchunjie
2018-11-19 6c83a6b82b32f408aae4d55fc4cc0a68b2fa2573
Fight/Actor/State/SMB/STM_BaseAttack.cs
@@ -220,6 +220,14 @@
        GActorFight _fight = owner as GActorFight;
        if (_fight == null)
        {
#if UNITY_EDITOR
            Debug.LogError("owner类型问题: " + owner.GetType());
#endif
            return;
        }
        _fight.SkillMgr.DoingPrepareSkill = false;
        if (owner.ActorType == GameObjType.gotPlayer)