mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:32:55 +08:00
Private set on track for safety
This commit is contained in:
parent
712a2f6918
commit
47be20fa37
@ -24,7 +24,7 @@ namespace osu.Game.Audio
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public event Action Started;
|
public event Action Started;
|
||||||
|
|
||||||
protected Track Track;
|
protected Track Track { get; private set; }
|
||||||
|
|
||||||
private bool hasStarted;
|
private bool hasStarted;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user