少年修仙传客户端代码仓库
client_Hale
2018-09-21 06bac38d743f3f99a294f20e5b02af6d53676b0b
System/RoleParticulars/RoleParticularsWin.cs
@@ -136,7 +136,7 @@
        protected override void OnAfterClose()
        {
            UI3DModelExhibition.Instance.StopShowPlayer();
            UI3DModelExhibition.Instance.StopShow();
        }
        #endregion
@@ -248,7 +248,16 @@
                {
                    weapon2 = itemData.ItemID;
                }
                UI3DModelExhibition.Instance.BeginShowOtherPlayer(roleModel, viewPlayerData.rolePropData.Job, clothes, _suitLevel, weapon, wing, weapon2);
                var data = new UI3DModelExhibition.UI3DPlayerExhibitionData {
                    job = viewPlayerData.rolePropData.Job,
                    clothesId = clothes,
                    suitLevel = _suitLevel,
                    weaponId=weapon,
                    wingsId=wing,
                    secondaryId=weapon2,
                };
                UI3DModelExhibition.Instance.ShowOtherPlayer(roleModel, data);
            }
        }