少年修仙传客户端代码仓库
client_Hale
2019-04-27 df4fb7861a86798ca8b27fc0b042101fefab4ca5
382 角色衣服模型开出获取方式
1个文件已修改
7 ■■■■■ 已修改文件
Fight/GameActor/GActorPlayerBase.cs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/GActorPlayerBase.cs
@@ -458,6 +458,13 @@
    #region 装备穿戴相关
    private GameObject m_ClothesModel;
    public GameObject ClothedModel
    {
        get
        {
            return m_ClothesModel;
        }
    }
    private GameObject m_WeaponModel;
    private GameObject m_SecondaryModel;
    private GameObject m_WingModel;