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

@ -100,7 +100,7 @@ namespace osu.Game.Tests.Scores.IO
var toImport = new ScoreInfo
{
Statistics = new Dictionary<HitResult, object>
Statistics = new Dictionary<HitResult, int>
{
{ HitResult.Perfect, 100 },
{ HitResult.Miss, 50 }