mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Remove now unused member
This commit is contained in:
@ -50,11 +50,6 @@ namespace osu.Game.Rulesets.Catch.Objects
|
||||
/// </summary>
|
||||
public CatchHitObject HyperDashTarget;
|
||||
|
||||
/// <summary>
|
||||
/// The minimum distance to be moved from the last <see cref="CatchHitObject"/> to hit this <see cref="CatchHitObject"/>.
|
||||
/// </summary>
|
||||
internal float? LazyMovementDistance;
|
||||
|
||||
protected override void ApplyDefaultsToSelf(ControlPointInfo controlPointInfo, BeatmapDifficulty difficulty)
|
||||
{
|
||||
base.ApplyDefaultsToSelf(controlPointInfo, difficulty);
|
||||
|
Reference in New Issue
Block a user