mirror of https://github.com/ppy/osu
Mark LadderTestScene abstract
This commit is contained in:
parent
1a92263652
commit
fa61b08a05
|
@ -7,7 +7,7 @@
|
|||
|
||||
namespace osu.Game.Tournament.Tests
|
||||
{
|
||||
public class LadderTestScene : OsuTestScene
|
||||
public abstract class LadderTestScene : OsuTestScene
|
||||
{
|
||||
[Resolved]
|
||||
protected LadderInfo Ladder { get; private set; }
|
||||
|
|
Loading…
Reference in New Issue