mirror of https://github.com/ppy/osu
Fix checks
This commit is contained in:
parent
f2ef7bee5d
commit
017a6b7153
|
@ -50,5 +50,10 @@ public bool PerformFail()
|
|||
return false;
|
||||
}
|
||||
public bool RestartOnFail => false;
|
||||
|
||||
public void ApplyToHealthProcessor(HealthProcessor healthProcessor)
|
||||
{
|
||||
health = healthProcessor.Health.GetBoundCopy();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using osu.Game.Rulesets.Mods;
|
||||
using osu.Game.Beatmaps;
|
||||
|
||||
namespace osu.Game.Rulesets.Taiko.Mods
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue