コード例 #1
0
 public async Task <bool> Exists(PlayerRequest request)
 {
     return(await _client.PlayerExists(request.GameId, request.PlayerId));
 }
コード例 #2
0
 public async Task <bool> Exists(string id)
 {
     return(await _client.PlayerExists(_game.GameId, id));
 }