Example #1
0
 public ACSMatchList GetMatchHistory(int startIndex = 0, int endIndex = 20)
 {
     return(MatchList.GetMatchList(startIndex, endIndex));
 }