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:
parent
1a92263652
commit
fa61b08a05
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user