1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 08:33:04 +08:00
osu-lazer/osu.Game.Rulesets.Taiko/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
..
Colour.cs Naming changes 2022-08-19 15:45:43 +08:00
Reading.cs reading mono nerf (#31510) 2025-01-15 10:34:21 +00:00
Rhythm.cs osu!taiko new rhythm penalty for long intervals using stamina difficulty (#31573) 2025-01-20 11:40:52 +03:00
Stamina.cs Replace indexed skill access with skills.OfType<...>().Single() (#30034) 2025-01-20 09:39:35 +00:00