mirror of
https://github.com/ppy/osu.git
synced 2025-03-19 13:07:20 +08:00
Add more attributes to OsuPerformanceCalculator's output
This commit is contained in:
parent
e1b8a1589b
commit
ce6b4cc2d3
@ -99,6 +99,9 @@ namespace osu.Game.Rulesets.Osu.Scoring
|
||||
categoryRatings.Add("Aim", aimValue);
|
||||
categoryRatings.Add("Speed", speedValue);
|
||||
categoryRatings.Add("Accuracy", accuracyValue);
|
||||
categoryRatings.Add("OD", realOverallDifficulty);
|
||||
categoryRatings.Add("AR", realApproachRate);
|
||||
categoryRatings.Add("Max Combo", beatmapMaxCombo);
|
||||
}
|
||||
|
||||
return totalValue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user