| | |
| | | if (attrPerStarAddList.IsNullOrEmpty() || attrIDList.Length != initAttrValueList.Length || attrPerStarAddList.Length <= index) |
| | | return; |
| | | int attrPerStarAdd = attrPerStarAddList[index]; |
| | | txtAddNext.text = Language.Get("PhantasmPavilion12", UIHelper.AppendColor(TextColType.LightGreen, StringUtility.Contact("+", PlayerPropertyConfig.GetValueDescription(attrID, attrPerStarAdd)))); |
| | | txtAddNext.text = Language.Get("PhantasmPavilion12", UIHelper.AppendColor(TextColType.LightGreen, StringUtility.Concat("+", PlayerPropertyConfig.GetValueDescription(attrID, attrPerStarAdd)))); |
| | | } |
| | | } |
| | | |