mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Make TimeOffset internal set.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user