Rename method + add xmldoc

This commit is contained in:
smoogipoo
2019-04-22 18:08:15 +09:00
parent 910b9df2d5
commit aeae759fcd
5 changed files with 11 additions and 6 deletions

View File

@ -26,7 +26,7 @@ namespace osu.Game.Rulesets.Catch.Scoring
hpDrainRate = beatmap.BeatmapInfo.BaseDifficulty.DrainRate;
}
protected override double HpFactorFor(JudgementResult result)
protected override double HealthAdjustmentFactorFor(JudgementResult result)
{
switch (result.Type)
{