Add special interface for LegacyHold.

This commit is contained in:
smoogipooo
2017-03-14 18:49:22 +09:00
parent a1833fd6b0
commit 785b970125
3 changed files with 11 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace osu.Game.Modes.Objects.Legacy
/// <summary>
/// Legacy Hold-type, used for parsing "specials" in beatmaps.
/// </summary>
public sealed class LegacyHold : HitObject, IHasPosition, IHasCombo
public sealed class LegacyHold : HitObject, IHasPosition, IHasCombo, IHasSpecial
{
public Vector2 Position { get; set; }