1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:18:22 +08:00

Fix MultiplayerTestCase not being abstract

This commit is contained in:
Dean Herbert 2019-02-15 13:47:26 +09:00
parent 2343557517
commit 490d48fa5e

View File

@ -7,7 +7,7 @@ using osu.Game.Online.Multiplayer;
namespace osu.Game.Tests.Visual
{
public class MultiplayerTestCase : OsuTestCase
public abstract class MultiplayerTestCase : OsuTestCase
{
[Cached]
private readonly Bindable<Room> currentRoom = new Bindable<Room>(new Room());