Remove "test container", make everything go through OnlinePlayTestScene

This commit is contained in:
smoogipoo
2021-06-25 13:02:19 +09:00
parent 8fba7d2423
commit aa5d22d04a
21 changed files with 370 additions and 230 deletions

View File

@ -24,7 +24,7 @@ using osuTK.Input;
namespace osu.Game.Tests.Visual.Playlists
{
public class TestScenePlaylistsRoomSubScreen : OnlinePlaySubScreenTestScene
public class TestScenePlaylistsRoomSubScreen : OnlinePlayTestScene
{
private BeatmapManager manager;
private RulesetStore rulesets;