GithubStalker

Results 1 comments of GithubStalker

Can I get a current match in Riot Sharp using Match's methods? For example ``` long idMatch = api.Spectator.GetCurrentGameAsync(Region.Euw, summonerObject.Id).Result.GameId; return api.Match.GetMatchAsync(Region.Euw, idMatch.ToString()).Result.Info.Participants.First().Lane; ``` This doesn't work for me. I...