mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
CA1825: use Array.Empty.
This commit is contained in:
@ -81,7 +81,7 @@ namespace osu.Game.Overlays.Mods
|
||||
}
|
||||
}
|
||||
|
||||
private ModButton[] buttons = { };
|
||||
private ModButton[] buttons = Array.Empty<ModButton>();
|
||||
|
||||
protected override bool OnKeyDown(KeyDownEvent e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user