//-------------------------------------------------------- // [Author]: 第二世界 // [ Date ]: Monday, January 28, 2019 //-------------------------------------------------------- using System; using UnityEngine; using UnityEngine.UI; using vnxbqy.UI; using System.Collections.Generic; using System.Linq; public class CrossServerBattleFieldRankWin : ILWindow { Button Btn_Close; Button Btn_CYRank; Button Btn_ZJRank; Button Btn_JFRank; List selectImages = new List(); Text myRank; Text myRankName; Text myRankValue; Text myRankValueEx; RichText rankRule; ScrollerController scroller; RankModel rankModel { get { return ModelCenter.Instance.GetModel(); } } #region Built-in protected override void BindController() { Btn_Close = proxy.GetWidgtEx