osu/osu.Game.Rulesets.Osu/UI
Dan Balasescu 20b890570e
Replace try-finally with return
Try-finally has a small overhead that's unnecessary in this case given
how small the code block is.
2024-08-05 13:28:42 +09:00
..
Cursor remove unnecessary LayoutValue 2024-08-02 17:45:05 +08:00
AnyOrderHitPolicy.cs
ClickAction.cs
DrawableOsuRuleset.cs Use delayed resume overlay for autopilot 2024-05-30 19:17:18 +09:00
IHitPolicy.cs
LegacyHitPolicy.cs
OsuPlayfield.cs Fix inspections 2024-08-02 11:16:32 +03:00
OsuPlayfieldAdjustmentContainer.cs
OsuReplayRecorder.cs
OsuResumeOverlay.cs Replace try-finally with return 2024-08-05 13:28:42 +09:00
OsuSettingsSubsection.cs
OsuTouchInputMapper.cs
SmokeContainer.cs
StartTimeOrderedHitPolicy.cs