IHasComboIndex -> IHasComboInformation

This commit is contained in:
Dean Herbert
2018-03-22 12:35:17 +09:00
parent 1a782a840c
commit 78a8f60b39
5 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ namespace osu.Game.Rulesets.Objects.Types
/// <summary>
/// A HitObject that is part of a combo and has extended information about its position relative to other combo objects.
/// </summary>
public interface IHasComboIndex : IHasCombo
public interface IHasComboInformation : IHasCombo
{
/// <summary>
/// The offset of this hitobject in the current combo.