1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00

Private set on track for safety

This commit is contained in:
Dean Herbert 2019-11-12 15:13:47 +09:00
parent 712a2f6918
commit 47be20fa37

View File

@ -24,7 +24,7 @@ namespace osu.Game.Audio
/// </summary>
public event Action Started;
protected Track Track;
protected Track Track { get; private set; }
private bool hasStarted;