mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +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:
@ -15,14 +15,13 @@ using osu.Game.Storyboards;
|
||||
|
||||
namespace osu.Game.Beatmaps
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides access to the multiple resources offered by a beatmap model (textures, skins, playable beatmaps etc.)
|
||||
/// </summary>
|
||||
public interface IWorkingBeatmap
|
||||
{
|
||||
IBeatmapInfo BeatmapInfo { get; }
|
||||
|
||||
IBeatmapSetInfo BeatmapSetInfo { get; }
|
||||
|
||||
IBeatmapMetadataInfo Metadata { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether the Beatmap has finished loading.
|
||||
///</summary>
|
||||
|
Reference in New Issue
Block a user