Update with proper playlist usage

This commit is contained in:
smoogipoo
2018-12-13 18:38:03 +09:00
parent 264bd0e2aa
commit 680a3e2aa4
8 changed files with 87 additions and 46 deletions

View File

@ -23,7 +23,7 @@ namespace osu.Game.Screens.Multi.Match.Components
{
public const float HEIGHT = 200;
public readonly IBindable<BeatmapInfo> Beatmap = new Bindable<BeatmapInfo>();
public readonly Bindable<BeatmapInfo> Beatmap = new Bindable<BeatmapInfo>();
private readonly Box tabStrip;