少年修仙传客户端代码仓库
client_Hale
2019-05-08 0c627a83a5ae695a4059b2e197e9a9affe2d72dd
382 NPC刷新面向
1个文件已修改
4 ■■■■ 已修改文件
Fight/Stage/MapEditor/Game/EventRefreshNPCHandler.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/Stage/MapEditor/Game/EventRefreshNPCHandler.cs
@@ -132,6 +132,10 @@
                }
                _npc.BornPos = _npc.Pos = _data.position;
                _npc.belongEventID = m_Evt.id;
                if (_data.faceDir != 0)
                {
                    _npc.EulerAngles = _data.faceDir;
                }
                ClientSceneManager.Instance.NpcBorn(m_Evt.id, _npc);
            }
            m_RefreshCount = m_Evt.monsters.Length;