mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
No footer in EditSongSelect.
This commit is contained in:
@ -7,6 +7,7 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
internal class MatchSongSelect : SongSelect
|
||||
{
|
||||
public MatchSongSelect() : base(true) { }
|
||||
protected override void OnSelected(WorkingBeatmap beatmap) => Exit();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user