This commit is contained in:
Dean Herbert
2018-12-26 20:05:57 +09:00
parent 532a970c0f
commit 2353c204ee
16 changed files with 54 additions and 43 deletions

View File

@ -8,7 +8,7 @@ using osu.Game.Screens.Multi;
namespace osu.Game.Screens.Select
{
public class MatchSongSelect : SongSelect, IMultiplayerScreen
public class MatchSongSelect : SongSelect, IMultiplayerSubScreen
{
public Action<PlaylistItem> Selected;