yyl
2025-09-16 6ff014fe5d235bdb5e9d508d344b3e74a8d6131e
Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
1个文件已修改
4 ■■■■ 已修改文件
Main/System/OfficialRank/OfficialLVUPSuccessWin.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/OfficialRank/OfficialLVUPSuccessWin.cs
@@ -52,8 +52,8 @@
        for (int i = 0; i < attrNameText.Length; i++)
        {
            attrNameText[i].text = PlayerPropertyConfig.Get(config.AddAttrType[i]).Name;
            attrPerTextArr[i].text = PlayerPropertyConfig.GetValueDescription(config.AddAttrType[i], beforeConfig.AddAttrType[i]);
            nextAttrPerTextArr[i].text = PlayerPropertyConfig.GetValueDescription(config.AddAttrType[i], config.AddAttrType[i]);
            attrPerTextArr[i].text = PlayerPropertyConfig.GetValueDescription(config.AddAttrType[i], beforeConfig.AddAttrNum[i]);
            nextAttrPerTextArr[i].text = PlayerPropertyConfig.GetValueDescription(config.AddAttrType[i], config.AddAttrNum[i]);
        }