Rename I{Multiplayer -> OnlinePlay}SubScreen

This commit is contained in:
Bartłomiej Dach
2020-12-25 17:05:29 +01:00
parent e5064ee930
commit 4c43a67b68
7 changed files with 13 additions and 13 deletions

View File

@ -15,7 +15,7 @@ using osu.Game.Screens.OnlinePlay.Components;
namespace osu.Game.Screens.Select
{
public class MatchSongSelect : SongSelect, IMultiplayerSubScreen
public class MatchSongSelect : SongSelect, IOnlinePlaySubScreen
{
public Action<PlaylistItem> Selected;