Exemplo n.º 1
0
 public async Task <Player> GetPlayerAsync(string playerTag)
 {
     return(await _playerClient.GetPlayerAsync("#" + playerTag));
 }