change abstract implement

This commit is contained in:
cdwcgt
2022-12-15 21:39:48 +09:00
parent c9cffc8248
commit 6900d0120a
3 changed files with 18 additions and 7 deletions

View File

@ -6,7 +6,7 @@ using osu.Game.Beatmaps;
namespace osu.Game.Database
{
public class LegacyBeatmapExporter : LegacyModelExporter<BeatmapSetInfo>
public class LegacyBeatmapExporter : LegacyArchiveExporter<BeatmapSetInfo>
{
public LegacyBeatmapExporter(Storage storage, RealmAccess realm)
: base(storage, realm)