mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
change abstract implement
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user