1
0
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:
smoogipooo 2017-09-06 17:20:51 +09:00
parent f158ce814c
commit 63b61ce669

View File

@ -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;