Remove RoomTestScene inheritance from simple test scenes

This commit is contained in:
smoogipoo
2021-06-24 00:28:39 +09:00
parent b6555c10f8
commit c9ec4b9da4
9 changed files with 190 additions and 128 deletions

View File

@ -29,7 +29,7 @@ using osu.Game.Screens.Select;
namespace osu.Game.Tests.Visual.Multiplayer
{
public class TestSceneMultiplayerMatchSongSelect : RoomTestScene
public class TestSceneMultiplayerMatchSongSelect : ScreenTestScene
{
private BeatmapManager manager;
private RulesetStore rulesets;