mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09: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