1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 12:37:30 +08:00

Manual fixes to reduce warnings to zero

This commit is contained in:
Dean Herbert
2023-06-24 00:59:36 +09:00
Unverified
parent 0ab0c52ad5
commit df5b389629
61 changed files with 89 additions and 118 deletions
@@ -28,7 +28,7 @@ namespace osu.Game.Graphics.UserInterface
private const float hover_duration = 500;
private const float click_duration = 200;
public event Action<SelectionState> StateChanged;
public event Action<SelectionState>? StateChanged;
private SelectionState state;