Add few hitsounds check

This commit is contained in:
Naxess
2021-06-26 19:20:46 +02:00
parent d8117fa730
commit 4b436b774d
2 changed files with 162 additions and 0 deletions

View File

@ -23,6 +23,7 @@ namespace osu.Game.Rulesets.Edit
new CheckAudioPresence(),
new CheckAudioQuality(),
new CheckMutedObjects(),
new CheckFewHitsounds(),
// Compose
new CheckUnsnappedObjects(),