osu/osu.Game/Rulesets/Edit/Checks
Naxess c13b93e6f1 Replace IWorkingBeatmap arg with BeatmapVerifierContext in checks
This simplifies passing of contextual information by enabling addition without needing to refactor lots of classes.

See next commit for example.
2021-05-12 02:29:18 +02:00
..
Components Replace IWorkingBeatmap arg with BeatmapVerifierContext in checks 2021-05-12 02:29:18 +02:00
CheckAudioPresence.cs Use the playable beatmap for file presence checks 2021-04-20 01:33:19 +02:00
CheckAudioQuality.cs Replace IWorkingBeatmap arg with BeatmapVerifierContext in checks 2021-05-12 02:29:18 +02:00
CheckBackgroundPresence.cs Use the playable beatmap for file presence checks 2021-04-20 01:33:19 +02:00
CheckBackgroundQuality.cs Replace IWorkingBeatmap arg with BeatmapVerifierContext in checks 2021-05-12 02:29:18 +02:00
CheckConcurrentObjects.cs Replace IWorkingBeatmap arg with BeatmapVerifierContext in checks 2021-05-12 02:29:18 +02:00
CheckFilePresence.cs Replace IWorkingBeatmap arg with BeatmapVerifierContext in checks 2021-05-12 02:29:18 +02:00
CheckUnsnappedObjects.cs Replace IWorkingBeatmap arg with BeatmapVerifierContext in checks 2021-05-12 02:29:18 +02:00