Correct inheritance

This commit is contained in:
PercyDan54
2020-11-16 18:28:50 +08:00
parent 017a6b7153
commit 99ee5e3ad7
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ using osu.Game.Rulesets.Scoring;
namespace osu.Game.Rulesets.Osu.Mods
{
public class OsuModEasy : ModEasy, IApplicableToDifficulty, IApplicableFailOverride, IApplicableToHealthProcessor
public class OsuModEasy : ModEasy, IApplicableFailOverride, IApplicableToHealthProcessor
{
public override string Description => @"Larger circles, more forgiving HP drain, less accuracy required, and three lives!";