示例#1
0
 public AbstractLeaderboardScreen() : base("gui_leaderboards")
 {
     Service.BuildingController.CancelEditModeTimer();
     this.backButtonHelper = new BackButtonHelper(this);
     this.squadInfoView    = new SquadInfoView(this);
     this.backButtonHelper.BackButtonCallBack = new Action(this.CheckBackButton);
     this.rowViews = new List <AbstractLeaderboardRowView>();
     this.tabs     = new Dictionary <SocialTabs, SocialTabInfo>();
     this.InitTabInfo();
 }
 public override void OnBackPressed()
 {
     BackButtonHelper.FireBackButtonPressed();
 }