1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

Add empty hit windows on PefectBonusNote

This commit is contained in:
Dean Herbert 2023-10-16 14:58:49 +09:00
parent 43f619f92a
commit 1a957364ae
No known key found for this signature in database

View File

@ -10,6 +10,7 @@ namespace osu.Game.Rulesets.Mania.Objects
public class PerfectBonusNote : ManiaHitObject
{
public override Judgement CreateJudgement() => new PerfectBonusNoteJudgement();
protected override HitWindows CreateHitWindows() => HitWindows.Empty;
public class PerfectBonusNoteJudgement : ManiaJudgement
{