mirror of
https://github.com/ppy/osu.git
synced 2026-06-02 23:00:39 +08:00
Rename judgement-related methods/events + commenting
This commit is contained in:
@@ -29,9 +29,9 @@ namespace osu.Game.Rulesets.Catch.Scoring
|
||||
|
||||
private const double harshness = 0.01;
|
||||
|
||||
protected override void OnNewJudgement(JudgementResult result)
|
||||
protected override void ApplyResult(JudgementResult result)
|
||||
{
|
||||
base.OnNewJudgement(result);
|
||||
base.ApplyResult(result);
|
||||
|
||||
if (result.Type == HitResult.Miss)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user