Esempio n. 1
0
 /// <summary>
 /// 收到我的排行信息
 /// </summary>
 public static void BisaiMyRankInfoResp(MyMatcherRankingResp resp)
 {
     if (LandlordsPage.Instance != null)
     {
         LandlordsPage.Instance.componentView.FreshMatchRankInfo(resp);
     }
 }
 public void FreshMatchRankInfo(MyMatcherRankingResp resp)
 {
     rankLb.text     = resp.myRank + "/" + resp.totalNum;
     scoreDesLb.text = "(低于" + resp.dieScore + "会被淘汰)";
 }