Change statistics to be int for now

This commit is contained in:
Dean Herbert
2018-12-05 19:44:01 +09:00
parent 466505322e
commit 94045413ce
6 changed files with 13 additions and 13 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
{