osu/osu.Game.Rulesets.Catch/Difficulty
StanR 22e839d62b
Replace indexed skill access with skills.OfType<...>().Single() (#30034)
* Replace indexed skill access with `skills.First(s is ...)`

* Fix comment

* Further refactoring to remove casts

---------

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2025-01-20 09:39:35 +00:00
..
Preprocessing
Skills Fix osu!catch "buzz slider" SR abuse (#31126) 2025-01-18 22:26:23 +03:00
CatchDifficultyAttributes.cs
CatchDifficultyCalculator.cs Replace indexed skill access with skills.OfType<...>().Single() (#30034) 2025-01-20 09:39:35 +00:00
CatchLegacyScoreSimulator.cs Fix incorrect score conversion on selected beatmaps due to incorrect difficultyPeppyStars rounding 2024-01-10 19:30:18 +01:00
CatchPerformanceAttributes.cs
CatchPerformanceCalculator.cs Update CatchPerformanceCalculator.cs 2024-05-29 19:25:58 +03:00