mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Add special interface for LegacyHold.
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user