mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Catch/osu! spinners should have combo
This commit is contained in:
@ -8,10 +8,12 @@ namespace osu.Game.Rulesets.Objects.Legacy.Catch
|
||||
/// <summary>
|
||||
/// Legacy osu!catch Spinner-type, used for parsing Beatmaps.
|
||||
/// </summary>
|
||||
internal sealed class ConvertSpinner : HitObject, IHasEndTime
|
||||
internal sealed class ConvertSpinner : HitObject, IHasEndTime, IHasCombo
|
||||
{
|
||||
public double EndTime { get; set; }
|
||||
|
||||
public double Duration => EndTime - StartTime;
|
||||
|
||||
public bool NewCombo { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user