osu/osu.Game/Rulesets/Difficulty
Dean Herbert 76832a1495
Remove ScorePerformanceCache
This class was only used in two places, both on the results screen, but
was holding references to `OsuPlayfield` game-wide (due to unrelated
issues, but still).

Because I can't really think of future use cases for this, and running
the calculation twice at results screen isn't a huge overhead, let's
just do that for now to keep things simple.
2024-01-29 15:28:20 +09:00
..
Preprocessing
Skills
Utils
DifficultyAttributes.cs Remove no longer used scoring difficulty attributes 2023-10-16 12:36:58 +02:00
DifficultyCalculator.cs Split legacy scoring attributes into a separate object 2023-09-07 21:10:38 +09:00
PerformanceAttributes.cs
PerformanceBreakdown.cs
PerformanceBreakdownCalculator.cs Remove ScorePerformanceCache 2024-01-29 15:28:20 +09:00
PerformanceCalculator.cs Remove ScorePerformanceCache 2024-01-29 15:28:20 +09:00
PerformanceDisplayAttribute.cs
TimedDifficultyAttributes.cs