mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Remove AvailableMods
This commit is contained in:
@ -8,8 +8,6 @@ using osu.Game.Modes.Objects;
|
||||
using osu.Game.Modes.Osu.UI;
|
||||
using osu.Game.Modes.UI;
|
||||
using osu.Game.Beatmaps;
|
||||
using osu.Game.Overlays.Mods;
|
||||
using OpenTK.Input;
|
||||
|
||||
namespace osu.Game.Modes.Catch
|
||||
{
|
||||
@ -19,20 +17,6 @@ namespace osu.Game.Modes.Catch
|
||||
|
||||
public override HitRenderer CreateHitRendererWith(Beatmap beatmap) => new CatchHitRenderer { Beatmap = beatmap };
|
||||
|
||||
public override IEnumerable<Mod> AvailableMods => new Mod[]
|
||||
{
|
||||
new CatchModNoFail(),
|
||||
new CatchModEasy(),
|
||||
new CatchModHidden(),
|
||||
new CatchModHardRock(),
|
||||
new CatchModSuddenDeath(),
|
||||
new CatchModDoubleTime(),
|
||||
new CatchModRelax(),
|
||||
new CatchModHalfTime(),
|
||||
new CatchModNightcore(),
|
||||
new CatchModFlashlight(),
|
||||
};
|
||||
|
||||
public override IEnumerable<Mod> GetModsFor(ModType type)
|
||||
{
|
||||
switch (type)
|
||||
|
Reference in New Issue
Block a user