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

@ -14,6 +14,6 @@ namespace osu.Game.Rulesets.Objects.Legacy.Mania
public bool NewCombo { get; set; }
protected override HitWindows CreateHitWindows() => new ConvertManiaHitWindows();
protected override HitWindows CreateHitWindows() => new ConvertHitWindows();
}
}