mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Mark legacy beatmap skin colour test as abstract
This commit is contained in:
parent
bf7ce18fc0
commit
82e5a5bf6f
@ -17,7 +17,7 @@ using osuTK.Graphics;
|
||||
|
||||
namespace osu.Game.Tests.Beatmaps
|
||||
{
|
||||
public class LegacyBeatmapSkinColourTest : ScreenTestScene
|
||||
public abstract class LegacyBeatmapSkinColourTest : ScreenTestScene
|
||||
{
|
||||
protected readonly Bindable<bool> BeatmapSkins = new Bindable<bool>();
|
||||
protected readonly Bindable<bool> BeatmapColours = new Bindable<bool>();
|
||||
|
Loading…
Reference in New Issue
Block a user