Example #1
0
 private string GetDownloadUrl(UInt64 matchId)
 {
     return(_leagueClient.GetReplayDownloadUrl(matchId));
 }