Pagination -> `PaginationParameters

This commit is contained in:
Salman Ahmed
2022-04-19 02:48:34 +03:00
parent 96d4369cc8
commit c858ec2483
13 changed files with 20 additions and 20 deletions

View File

@ -14,7 +14,7 @@ namespace osu.Game.Online.API.Requests
private readonly ScoreType type;
private readonly RulesetInfo ruleset;
public GetUserScoresRequest(long userId, ScoreType type, Pagination pagination, RulesetInfo ruleset = null)
public GetUserScoresRequest(long userId, ScoreType type, PaginationParameters pagination, RulesetInfo ruleset = null)
: base(pagination)
{
this.userId = userId;