mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Mark legacy beatmap skin colour test as abstract
This commit is contained in:
@ -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>();
|
||||
|
Reference in New Issue
Block a user