mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
ModelInfo -> Model
This commit is contained in:
@ -9,7 +9,7 @@ namespace osu.Game.Overlays.Direct
|
||||
{
|
||||
public abstract class BeatmapDownloadTrackingComposite : DownloadTrackingComposite<BeatmapSetInfo, BeatmapManager>
|
||||
{
|
||||
public Bindable<BeatmapSetInfo> BeatmapSet => ModelInfo;
|
||||
public Bindable<BeatmapSetInfo> BeatmapSet => Model;
|
||||
|
||||
protected BeatmapDownloadTrackingComposite(BeatmapSetInfo set = null)
|
||||
: base(set)
|
||||
|
Reference in New Issue
Block a user