mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Update API with latest web changes
This commit is contained in:
@ -10,6 +10,6 @@ namespace osu.Game.Online.API.Requests
|
||||
public class GetUsersResponse : ResponseWithCursor
|
||||
{
|
||||
[JsonProperty("ranking")]
|
||||
public List<APIUser> Users;
|
||||
public List<APIUserRankings> Users;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user