mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
HasSpecial -> HasHold.
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, IHasSpecial
|
||||
public sealed class LegacyHold : HitObject, IHasPosition, IHasCombo, IHasHold
|
||||
{
|
||||
public Vector2 Position { get; set; }
|
||||
|
||||
|
@ -6,7 +6,7 @@ namespace osu.Game.Modes.Objects.Types
|
||||
/// <summary>
|
||||
/// A special type of HitObject, mostly used for legacy conversion of "holds".
|
||||
/// </summary>
|
||||
public interface IHasSpecial
|
||||
public interface IHasHold
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user