Move HealthIncreaseFor to Judgement

This commit is contained in:
Ivan Pavluk
2018-12-06 15:09:42 +07:00
parent 881a00f4a8
commit 1b6658f4ee
10 changed files with 35 additions and 37 deletions

View File

@ -20,7 +20,7 @@ namespace osu.Game.Rulesets.Catch.Judgements
}
}
protected override float HealthIncreaseFor(HitResult result)
protected override double HealthIncreaseFor(HitResult result)
{
switch (result)
{