mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Merge branch 'scoreprocessor-cleanup' into multiplayer-leaderboard-user-mods-2
This commit is contained in:
@ -115,9 +115,12 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
BeatmapID = 0,
|
||||
RulesetID = 0,
|
||||
Mods = user.Mods,
|
||||
MaxAchievableCombo = 1000,
|
||||
MaxAchievableBaseScore = 10000,
|
||||
TotalBasicHitObjects = 1000
|
||||
MaximumScoringValues = new ScoringValues
|
||||
{
|
||||
BaseScore = 10000,
|
||||
MaxCombo = 1000,
|
||||
HitObjects = 1000
|
||||
}
|
||||
};
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user