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>
/// The offset at which this judgement occurred.
/// </summary>
public double TimeOffset;
public double TimeOffset { get; internal set; }
public virtual bool AffectsCombo => true;