Re-namespace all files in OnlinePlay directory

This commit is contained in:
Bartłomiej Dach
2020-12-25 16:50:00 +01:00
parent e797e5ce7a
commit 83fb7c7a1a
109 changed files with 176 additions and 176 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Tests.Visual.Playlists
public TestScenePlaylistsScreen()
{
var multi = new Screens.Multi.Playlists.Playlists();
var multi = new Screens.OnlinePlay.Playlists.Playlists();
AddStep("show", () => LoadScreen(multi));
AddUntilStep("wait for loaded", () => multi.IsLoaded);