Store maximum statistics to spectator state

This commit is contained in:
Dan Balasescu
2022-12-09 20:15:07 +09:00
parent e42bd7b31a
commit e9998f1690
5 changed files with 9 additions and 14 deletions

View File

@ -117,11 +117,9 @@ namespace osu.Game.Tests.Visual.Multiplayer
BeatmapID = 0,
RulesetID = 0,
Mods = user.Mods,
MaximumScoringValues = new ScoringValues
MaximumStatistics = new Dictionary<HitResult, int>
{
BaseScore = 10000,
MaxCombo = 1000,
CountBasicHitObjects = 1000
{ HitResult.Perfect, 100 }
}
};
}