1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 13:37:25 +08:00

Privatise CurrentTime's setter

This commit is contained in:
smoogipoo 2018-03-01 01:40:35 +09:00
parent 19911193cf
commit fb16c3db87

View File

@ -53,7 +53,7 @@ namespace osu.Game.Rulesets.Replays
private const double sixty_frame_time = 1000.0 / 60;
protected double CurrentTime;
protected double CurrentTime { get; private set; }
private int currentDirection;
/// <summary>