mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 14:37:25 +08:00
Make TimeOffset internal set.
This commit is contained in:
parent
f158ce814c
commit
63b61ce669
@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Judgements
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The offset at which this judgement occurred.
|
/// The offset at which this judgement occurred.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public double TimeOffset;
|
public double TimeOffset { get; internal set; }
|
||||||
|
|
||||||
public virtual bool AffectsCombo => true;
|
public virtual bool AffectsCombo => true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user