少年修仙传客户端代码仓库
client_Hale
2019-04-19 a53b06a17997bb020df52121d411abc804d948ad
382 增加NPC出场特效死亡表现
1个文件已修改
9 ■■■■■ 已修改文件
Fight/GameActor/GActorNpcFight.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/GActorNpcFight.cs
@@ -394,6 +394,15 @@
            return;
        }
        if (m_AppearEffect)
        {
            var _animNodde = m_AppearEffect.GetComponent<Animator>("Animation");
            if (_animNodde)
            {
                _animNodde.Play(GAStaticDefine.State_DeadHash);
            }
        }
        if (NextAction == GAStaticDefine.Act_Dead)
        {
            return;