mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Improve white-boxed game modes.
This commit is contained in:
@ -50,8 +50,8 @@ namespace osu.Game.GameModes.Menu
|
||||
{
|
||||
OnChart = delegate { Push(new ChartListing()); },
|
||||
OnDirect = delegate { Push(new OnlineListing()); },
|
||||
OnEdit = delegate { Push(new SongSelectEdit()); },
|
||||
OnSolo = delegate { Push(new SongSelectPlay()); },
|
||||
OnEdit = delegate { Push(new EditSongSelect()); },
|
||||
OnSolo = delegate { Push(new PlaySongSelect()); },
|
||||
OnMulti = delegate { Push(new Lobby()); },
|
||||
OnTest = delegate { Push(new TestBrowser()); },
|
||||
OnExit = delegate {
|
||||
|
Reference in New Issue
Block a user