Fix incorrect parent class

This commit is contained in:
smoogipoo 2021-06-25 20:09:03 +09:00
parent 04cc390c41
commit 57f2b4f812
1 changed files with 1 additions and 2 deletions

View File

@ -5,11 +5,10 @@
using osu.Framework.Graphics; using osu.Framework.Graphics;
using osu.Game.Online.Rooms; using osu.Game.Online.Rooms;
using osu.Game.Screens.OnlinePlay.Multiplayer.Match; using osu.Game.Screens.OnlinePlay.Multiplayer.Match;
using osu.Game.Tests.Visual.OnlinePlay;
namespace osu.Game.Tests.Visual.Multiplayer namespace osu.Game.Tests.Visual.Multiplayer
{ {
public class TestSceneMultiplayerMatchFooter : OnlinePlayTestScene public class TestSceneMultiplayerMatchFooter : MultiplayerTestScene
{ {
[SetUp] [SetUp]
public new void Setup() => Schedule(() => public new void Setup() => Schedule(() =>