Update API with latest web changes

This commit is contained in:
Andrei Zavatski
2019-11-01 21:49:50 +03:00
parent 1e73cf1025
commit 2f703090ef
6 changed files with 22 additions and 10 deletions

View File

@ -10,6 +10,6 @@ namespace osu.Game.Online.API.Requests
public class GetUsersResponse : ResponseWithCursor
{
[JsonProperty("ranking")]
public List<APIUser> Users;
public List<APIUserRankings> Users;
}
}