Make DownloadButton accessible by DirectPanel

This commit is contained in:
KingLuigi4932
2019-06-12 18:07:57 +03:00
parent efd9766fb3
commit a069a3029e
4 changed files with 13 additions and 3 deletions

View File

@ -34,6 +34,7 @@ namespace osu.Game.Overlays.Direct
public PreviewTrack Preview => PlayButton.Preview;
public Bindable<bool> PreviewPlaying => PlayButton.Playing;
public abstract DownloadButton DownloadButton { get; }
protected abstract PlayButton PlayButton { get; }
protected abstract Box PreviewBar { get; }