少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-31 00c38d7881142738660b6c53c90afa00daf66d25
Fight/GameActor/GActorFight.cs
@@ -251,6 +251,12 @@
        GActor _attacker = GAMgr.Instance.GetBySID(m_AttackerSID);
        if (_attacker == null)
        {
            m_Beating = false;
            return;
        }
        float _dis = MathUtility.DistanceSqrtXZ(_attacker.Pos, _end);
        if (m_PushOrPull)