1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 22:20:53 +08:00

Remove no longer relevant comments

This commit is contained in:
Dan Balasescu
2025-04-17 18:25:01 +09:00
Unverified
parent 2a09572d09
commit 5bda93aac6
2 changed files with 0 additions and 3 deletions
@@ -29,7 +29,6 @@ namespace osu.Game.Rulesets.Mania.Mods
public override bool Ranked => false;
// Ideally we'd allow this, but it's not easy to handle due to the change in acronym from the base class.
public override bool ValidForFreestyleAsRequiredMod => false;
[SettingSource("Coverage", "The proportion of playfield height that notes will be hidden for.")]
@@ -14,8 +14,6 @@ namespace osu.Game.Rulesets.Mania.Mods
public override string Acronym => "FI";
public override LocalisableString Description => @"Keys appear out of nowhere!";
public override double ScoreMultiplier => 1;
// Ideally we'd allow this, but it's not easy to handle due to the change in acronym from the base class.
public override bool ValidForFreestyleAsRequiredMod => false;
public override Type[] IncompatibleMods => base.IncompatibleMods.Concat(new[]