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.Catch.Mods
{
public class CatchModEasy : ModEasy
public class CatchModEasy : ModEasy, IApplicableFailOverride, IApplicableToHealthProcessor
{
public override string Description => @"Larger fruits, more forgiving HP drain, less accuracy required, and three lives!";