mirror of
https://github.com/osukey/osukey.git
synced 2025-05-28 17:07:35 +09:00
Add missing function to MusicController
This commit is contained in:
parent
c9e44e5e34
commit
5cad2b2192
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user