Add convert osu HitWindows

This commit is contained in:
smoogipoo
2018-05-11 15:31:36 +09:00
parent 9c65d347ba
commit c052ee71c1
4 changed files with 34 additions and 0 deletions

View File

@ -18,5 +18,7 @@ namespace osu.Game.Rulesets.Objects.Legacy.Osu
public float Y => Position.Y;
public bool NewCombo { get; set; }
protected override HitWindows CreateHitWindows() => new ConvertOsuHitWindows();
}
}