mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Create basic SongSelect class.
This commit is contained in:
@ -34,7 +34,7 @@ using osu.Game.Screens.Select.Options;
|
||||
|
||||
namespace osu.Game.Screens.Select
|
||||
{
|
||||
public class PlaySongSelect : OsuScreen
|
||||
public class SongSelect : OsuScreen
|
||||
{
|
||||
private Bindable<PlayMode> playMode = new Bindable<PlayMode>();
|
||||
private BeatmapDatabase database;
|
Reference in New Issue
Block a user