mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Add capability to switch between card sizes
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user