mirror of
https://github.com/osukey/osukey.git
synced 2025-05-12 00:57:21 +09:00
Merge pull request #11546 from bdach/mark-test-as-abstract
Mark legacy beatmap skin colour test as abstract
This commit is contained in:
commit
2fabfe54a0
@ -17,7 +17,7 @@ using osuTK.Graphics;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Beatmaps
|
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> BeatmapSkins = new Bindable<bool>();
|
||||||
protected readonly Bindable<bool> BeatmapColours = new Bindable<bool>();
|
protected readonly Bindable<bool> BeatmapColours = new Bindable<bool>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user