mirror of
https://github.com/osukey/osukey.git
synced 2025-05-17 03:27:21 +09:00
internal -> public
This commit is contained in:
parent
7bb4a08f10
commit
d6fd1007c4
@ -32,12 +32,12 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Time at which the user started holding this hold note. Null if the user is not holding this hold note.
|
/// Time at which the user started holding this hold note. Null if the user is not holding this hold note.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal double? HoldStartTime;
|
public double? HoldStartTime { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether the hold note has been released too early and shouldn't give full score for the release.
|
/// Whether the hold note has been released too early and shouldn't give full score for the release.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal bool HasBroken;
|
public bool HasBroken { get; private set; }
|
||||||
|
|
||||||
public DrawableHoldNote(HoldNote hitObject)
|
public DrawableHoldNote(HoldNote hitObject)
|
||||||
: base(hitObject)
|
: base(hitObject)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user