Standardise naming

This commit is contained in:
smoogipoo
2018-05-11 15:42:34 +09:00
parent 5245d2d426
commit bfad101d17
13 changed files with 13 additions and 13 deletions

View File

@ -13,6 +13,6 @@ namespace osu.Game.Rulesets.Objects.Legacy.Mania
public double Duration => EndTime - StartTime;
protected override HitWindows CreateHitWindows() => new ConvertManiaHitWindows();
protected override HitWindows CreateHitWindows() => new ConvertHitWindows();
}
}