mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:58:21 +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>
|
||||
/// The offset at which this judgement occurred.
|
||||
/// </summary>
|
||||
public double TimeOffset;
|
||||
public double TimeOffset { get; internal set; }
|
||||
|
||||
public virtual bool AffectsCombo => true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user