mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Private set on track for safety
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user