| | |
| | | }
|
| | | m_NameTxt.text = data.PlayerName;
|
| | | m_JobTxt.text = OccupationNameConfig.GetOccupationName(data.Job, 1);
|
| | | RealmConfig presentCfg = Config.Instance.Get<RealmConfig>(data.Realm);
|
| | | RealmConfig presentCfg = RealmConfig.Get(data.Realm);
|
| | | if (presentCfg != null)
|
| | | {
|
| | | m_RealmImage.gameObject.SetActive(true);
|
| | |
| | |
|
| | | private void Segment(int Danlv)
|
| | | {
|
| | | var config = Config.Instance.Get<CrossServerArenaConfig>(Danlv);
|
| | | var config = CrossServerArenaConfig.Get(Danlv);
|
| | | m_SegmentTxt.text = config.Name;
|
| | | m_SegmentTxt.color = UIHelper.GetDanLVColor(Danlv, false);
|
| | | //if (Danlv >= 24)
|