Fix checks

This commit is contained in:
PercyDan54
2020-11-16 18:22:17 +08:00
parent f2ef7bee5d
commit 017a6b7153
2 changed files with 5 additions and 1 deletions

View File

@ -50,5 +50,10 @@ namespace osu.Game.Rulesets.Catch.Mods
return false;
}
public bool RestartOnFail => false;
public void ApplyToHealthProcessor(HealthProcessor healthProcessor)
{
health = healthProcessor.Health.GetBoundCopy();
}
}
}