mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Added DeselectAll
This commit is contained in:
@ -121,6 +121,14 @@ namespace osu.Game.Overlays.Mods
|
||||
}
|
||||
}
|
||||
|
||||
public void DeselectAll()
|
||||
{
|
||||
foreach (ModButton button in buttons)
|
||||
{
|
||||
button.Deselect();
|
||||
}
|
||||
}
|
||||
|
||||
private void buttonPressed(Mod mod)
|
||||
{
|
||||
Action?.Invoke(SelectedMods);
|
||||
|
Reference in New Issue
Block a user