mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Remove BeatmapSetInfo
and Metadata
from interface
There were very few accesses to this, and after realm they should all be done via the `BeatmapInfo`, so let's remove this.
This commit is contained in:
@ -214,8 +214,6 @@ namespace osu.Game.Beatmaps
|
||||
public virtual bool BeatmapLoaded => beatmapLoadTask?.IsCompleted ?? false;
|
||||
|
||||
IBeatmapInfo IWorkingBeatmap.BeatmapInfo => BeatmapInfo;
|
||||
IBeatmapMetadataInfo IWorkingBeatmap.Metadata => Metadata;
|
||||
IBeatmapSetInfo IWorkingBeatmap.BeatmapSetInfo => BeatmapSetInfo;
|
||||
|
||||
public IBeatmap Beatmap
|
||||
{
|
||||
|
Reference in New Issue
Block a user