|
@@ -114,7 +114,7 @@ namespace GFGGame
|
|
|
private void RenderListItem(int index, GObject obj)
|
|
|
{
|
|
|
UI_ListResultItem item = UI_ListResultItem.Proxy(obj);
|
|
|
- item.m_txtRound.text = "Round " + (index + 1).ToString();
|
|
|
+ item.m_txtRound.text = "回合 " + (index + 1).ToString();
|
|
|
RoleInfoManager.Instance.UpdateHead(item.m_comMyHead, RoleDataManager.headId, RoleDataManager.headBorderId);
|
|
|
int myCardId = FieldWorkDataManager.Instance.DressupList[index].cardId;
|
|
|
ItemCfg cardCfg = ItemCfgArray.Instance.GetCfg(myCardId);
|