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