Add "No Scope" mod implementation for Catch

This commit is contained in:
Semyon Rozhkov
2021-11-09 17:11:19 +03:00
parent ae54e79b4c
commit 64bc8da14c
5 changed files with 275 additions and 67 deletions

View File

@ -133,6 +133,7 @@ namespace osu.Game.Rulesets.Catch
new MultiMod(new ModWindUp(), new ModWindDown()),
new CatchModFloatingFruits(),
new CatchModMuted(),
new CatchModNoScope(),
};
default: