1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Switch BeatmapModelManager to use RealmArchiveModelManager base class

This commit is contained in:
Dean Herbert 2021-12-01 16:19:38 +09:00
parent 4763fe54d6
commit b77bb2f12b

View File

@ -24,6 +24,7 @@ using osu.Game.IO.Archives;
using osu.Game.Rulesets;
using osu.Game.Rulesets.Objects;
using osu.Game.Skinning;
using osu.Game.Stores;
using Decoder = osu.Game.Beatmaps.Formats.Decoder;
namespace osu.Game.Beatmaps
@ -32,7 +33,7 @@ namespace osu.Game.Beatmaps
/// Handles ef-core storage of beatmaps.
/// </summary>
[ExcludeFromDynamicCompile]
public class BeatmapModelManager : ArchiveModelManager<BeatmapSetInfo, BeatmapSetFileInfo>
public class BeatmapModelManager : RealmArchiveModelManager<BeatmapSetInfo>
{
/// <summary>
/// Fired when a single difficulty has been hidden.