mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 20:06:30 +08:00
Apply OnRelease method signature refactorings
This commit is contained in:
@@ -211,7 +211,9 @@ namespace osu.Game.Screens.Menu
|
||||
}
|
||||
}
|
||||
|
||||
public bool OnReleased(GlobalAction action) => false;
|
||||
public void OnReleased(GlobalAction action)
|
||||
{
|
||||
}
|
||||
|
||||
private bool goBack()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user