| Fight/GameActor/GA_Player.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Fight/GameActor/GA_Player.cs
@@ -153,6 +153,11 @@ ActorInfo.Hp = m_H0434.HP; ActorInfo.MaxHp = m_H0434.MaxHP; if (s_OnRefreshLife != null) { s_OnRefreshLife(ServerInstID, ActorInfo.RealHp, ActorInfo.RealMaxHp); } RequestName(); m_CmdManager = new CmdManager();