1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 01:43:15 +08:00

Add hold note tick judgement.

This commit is contained in:
smoogipooo 2017-05-26 19:29:47 +09:00
parent 4c67c13410
commit 02f582a3f8

View File

@ -5,5 +5,7 @@ namespace osu.Game.Rulesets.Mania.Judgements
{
public class HoldNoteTickJudgement : ManiaJudgement
{
public override int NumericResultForScore(ManiaHitResult result) => 20;
public override int NumericResultForAccuracy(ManiaHitResult result) => 0; // Don't count ticks into accuracy
}
}