1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-31 12:13:00 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Difficulty/Skills
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
..
Aim.cs Replace indexed skill access with skills.OfType<...>().Single() (#30034) 2025-01-20 09:39:35 +00:00
Flashlight.cs Merge branch 'master' into pp_refactoring_osustrainskill 2024-09-12 17:28:24 +09:00
OsuStrainSkill.cs moved back to the top 2024-11-14 09:03:08 +02:00
Speed.cs Apply a bunch of balancing changes to aim (#31456) 2025-01-09 09:57:48 +00:00