mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 20:47:26 +08:00
Remove redundant prefix
This commit is contained in:
parent
6e9157d59c
commit
de413418c7
@ -15,7 +15,7 @@ namespace osu.Game.Online.API.Requests
|
|||||||
public GetUserRankingsRequest(RulesetInfo ruleset, UserRankingsType type = UserRankingsType.Performance, int page = 1, string country = null)
|
public GetUserRankingsRequest(RulesetInfo ruleset, UserRankingsType type = UserRankingsType.Performance, int page = 1, string country = null)
|
||||||
: base(ruleset, page)
|
: base(ruleset, page)
|
||||||
{
|
{
|
||||||
this.Type = type;
|
Type = type;
|
||||||
this.country = country;
|
this.country = country;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user