Merge branch 'master' into user-registration

This commit is contained in:
Dean Herbert
2018-12-06 17:06:43 +09:00
committed by GitHub
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
{