Add capability to switch between card sizes

This commit is contained in:
Bartłomiej Dach
2021-12-22 13:16:36 +01:00
parent d0427ec85f
commit a49a4329ee
2 changed files with 60 additions and 21 deletions

View File

@ -23,7 +23,8 @@ namespace osu.Game.Beatmaps.Drawables.Cards
public IBindable<bool> Expanded { get; }
protected readonly APIBeatmapSet BeatmapSet;
public readonly APIBeatmapSet BeatmapSet;
protected readonly Bindable<BeatmapSetFavouriteState> FavouriteState;
protected abstract Drawable IdleContent { get; }