1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 03:15:36 +08:00

Mark LadderTestScene abstract

This commit is contained in:
Dean Herbert 2019-06-18 15:20:28 +09:00
parent 1a92263652
commit fa61b08a05

View File

@ -7,7 +7,7 @@ using osu.Game.Tournament.Models;
namespace osu.Game.Tournament.Tests
{
public class LadderTestScene : OsuTestScene
public abstract class LadderTestScene : OsuTestScene
{
[Resolved]
protected LadderInfo Ladder { get; private set; }