Control footer by virtual property.

This commit is contained in:
Huo Yaoyuan
2017-03-15 10:10:59 +08:00
parent 8c991eae01
commit 37ff1f3971
4 changed files with 15 additions and 11 deletions

View File

@ -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();
}
}