Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
| | |
| | | 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]); |
| | | } |
| | | |
| | | |