Add convert mania HitWindows

This commit is contained in:
smoogipoo
2018-05-11 15:32:00 +09:00
parent c052ee71c1
commit 8563291796
5 changed files with 40 additions and 0 deletions

View File

@ -13,5 +13,7 @@ namespace osu.Game.Rulesets.Objects.Legacy.Mania
public float X { get; set; }
public bool NewCombo { get; set; }
protected override HitWindows CreateHitWindows() => new ConvertManiaHitWindows();
}
}