Exemplo n.º 1
0
 // Token: 0x06000C68 RID: 3176 RVA: 0x000103CC File Offset: 0x0000E5CC
 public int CompareTo(object obj)
 {
     if (obj is PlayerCardView)
     {
         PlayerCardView playerCardView = obj as PlayerCardView;
         return(-(playerCardView.Ranking - this.Ranking));
     }
     throw new ArgumentOutOfRangeException("Parameter is not of the good type");
 }
 // Token: 0x06000D89 RID: 3465 RVA: 0x00009769 File Offset: 0x00007969
 public UberstrikeMemberView(PlayerCardView playerCardView, PlayerStatisticsView playerStatisticsView)
 {
     this.PlayerCardView       = playerCardView;
     this.PlayerStatisticsView = playerStatisticsView;
 }