Merge pull request #15797 from peppy/remove-pointless-i-beatmap-model-manager

Remove pointless interface class for `IBeatmapModelManager`
This commit is contained in:
Dan Balasescu
2021-11-25 19:07:19 +09:00
committed by GitHub
2 changed files with 1 additions and 21 deletions

View File

@ -32,7 +32,7 @@ namespace osu.Game.Beatmaps
/// Handles ef-core storage of beatmaps.
/// </summary>
[ExcludeFromDynamicCompile]
public class BeatmapModelManager : ArchiveModelManager<BeatmapSetInfo, BeatmapSetFileInfo>, IBeatmapModelManager
public class BeatmapModelManager : ArchiveModelManager<BeatmapSetInfo, BeatmapSetFileInfo>
{
/// <summary>
/// Fired when a single difficulty has been hidden.