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

@ -12,5 +12,7 @@ namespace osu.Game.Rulesets.Objects.Legacy.Mania
public double EndTime { get; set; }
public double Duration => EndTime - StartTime;
protected override HitWindows CreateHitWindows() => new ConvertManiaHitWindows();
}
}