mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix checks
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user