Ejemplo n.º 1
0
 public Score[] GetTopScores(int limit, int offset)
 {
     return(_connector.GetRecentScores(playerId, gameId, limit, offset));
 }