| | |
| | | emblem.InitUI(EmblemHelper.GetOtherEmblemModel((int)info.EmblemID));
|
| | | txtFairyFightPonit.text = UIHelper.ReplaceLargeNum(info.FightPower);
|
| | | txtFairyId.text = Language.Get("FairySiege111", info.FamilyID);
|
| | | txtLtwjInfo.text = info.Broadcast;
|
| | | txtLtwjInfo.text = (info.Broadcast == null || info.Broadcast.Equals(string.Empty)) ? Language.Get("GameNotice1") : info.Broadcast;
|
| | | txtFairyName.text = info.FamilyName;
|
| | | txtFairyLv.text = Language.Get("FashionDress106", info.FamilyLV);
|
| | | }
|
| | |
|
| | | private void CreateScroller()
|
| | | {
|
| | | scroller.Refresh();
|