mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Add missing function to MusicController
This commit is contained in:
@ -559,5 +559,10 @@ namespace osu.Game.Overlays
|
||||
play();
|
||||
return true;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns whether the current beatmap track is playing.
|
||||
/// </summary>
|
||||
public bool IsPlaying => beatmap.Value.Track.IsRunning;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user