少年修仙传客户端代码仓库
client_linchunjie
2019-03-29 572a955fa9cdff1440b6c564c01526b0fcf368ad
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
1个文件已修改
5 ■■■■■ 已修改文件
System/KnapSack/Logic/ItemTipsModel.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/KnapSack/Logic/ItemTipsModel.cs
@@ -365,6 +365,11 @@
        {
            if (curAttrData == null) return;
#if UNITY_EDITOR
            Debug.LogFormat("你查看的物品是:guid->{0}", string.IsNullOrEmpty(curAttrData.guid) ? "" : curAttrData.guid);
            Debug.LogFormat("你查看的物品是:itemId->{0}",  curAttrData.itemId);
            Debug.LogFormat("你查看的物品是:name->{0}", curAttrData.itemConfig.ItemName);
#endif
            switch (curAttrData.winType)
            {
                case ItemWinType.itemWin: