少年修仙传客户端代码仓库
client_Hale
2018-09-21 06bac38d743f3f99a294f20e5b02af6d53676b0b
System/Role/RolePanel.cs
@@ -194,7 +194,7 @@
            OnUpdateSpecialAttr();
            OnUpdateLvExp();
            m_PlayerFightPower.text = PlayerDatas.Instance.baseData.FightPoint.ToString();
            UI3DModelExhibition.Instance.BeginShowPlayer(m_PlayerShowModel, PlayerDatas.Instance.baseData.Job);
            UI3DModelExhibition.Instance.ShowPlayer(m_PlayerShowModel, PlayerDatas.Instance.baseData.Job);
            OnRefreshRealm();
            OnRefreshWorldLv();
        }
@@ -253,7 +253,7 @@
        void OnDisableRole()
        {
            UI3DModelExhibition.Instance.StopShowPlayer();
            UI3DModelExhibition.Instance.StopShow();
        }
        protected override void BindController()