Implement "classic" mod for all other legacy rulesets

Currently empty, automatically handled in game to not be selectable (see `Mod.HasImplementation`)
This commit is contained in:
Salman Ahmed
2021-04-21 09:14:31 +03:00
parent e90d791754
commit e3398d8f1f
6 changed files with 36 additions and 0 deletions

View File

@ -114,6 +114,7 @@ namespace osu.Game.Rulesets.Catch
return new Mod[]
{
new CatchModDifficultyAdjust(),
new CatchModClassic(),
};
case ModType.Automation: