mirror of
https://github.com/ppy/osu
synced 2024-12-12 01:48:49 +00:00
Add a list for play history.
This commit is contained in:
parent
c272041f37
commit
644e337cf6
@ -29,8 +29,12 @@ namespace osu.Game.Overlays
|
||||
private SpriteText title, artist;
|
||||
private Texture fallbackTexture;
|
||||
|
||||
private TrackManager trackManager;
|
||||
private List<BeatmapSetInfo> playList;
|
||||
private List<BeatmapInfo> playHistory;
|
||||
private int playListIndex;
|
||||
private int playHistoryIndex;
|
||||
|
||||
private TrackManager trackManager;
|
||||
private BeatmapDatabase database;
|
||||
private Bindable<WorkingBeatmap> beatmapSource;
|
||||
private WorkingBeatmap current;
|
||||
|
Loading…
Reference in New Issue
Block a user