Merge branch 'user-registration' of https://github.com/peppy/osu into user-registration

This commit is contained in:
Dean Herbert
2018-12-06 17:11:57 +09:00
8 changed files with 40 additions and 29 deletions

View File

@ -65,7 +65,7 @@ namespace osu.Game.Online.API.Requests.Responses
}
[JsonProperty(@"statistics")]
private Dictionary<string, object> jsonStats
private Dictionary<string, int> jsonStats
{
set
{