Merge Check and BeatmapCheck

We're probably not going to need GeneralChecks or BeatmapsetChecks.

The verify tab is only available to a single difficulty at a time, and we already have access to the rest of the set through `IBeatmap`.
This commit is contained in:
Naxess
2021-04-10 14:56:30 +02:00
parent 747e0f00dc
commit 3289bb0379
6 changed files with 14 additions and 35 deletions

View File

@ -8,7 +8,7 @@ using osu.Game.Rulesets.Edit.Checks.Components;
namespace osu.Game.Rulesets.Edit.Checks
{
public class CheckBackground : BeatmapCheck
public class CheckBackground : Check
{
public override CheckMetadata Metadata() => new CheckMetadata
(