mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Minor refactoring
This commit is contained in:
@ -21,9 +21,11 @@ namespace osu.Game.Graphics.UserInterface
|
||||
/// </summary>
|
||||
public class HoverClickSounds : HoverSounds
|
||||
{
|
||||
public Bindable<bool> Enabled = new Bindable<bool>(true);
|
||||
|
||||
private Sample sampleClick;
|
||||
private Sample sampleClickDisabled;
|
||||
public Bindable<bool> Enabled = new Bindable<bool>(true);
|
||||
|
||||
private readonly MouseButton[] buttons;
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user