mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Group export methods into their respective managers
This commit is contained in:
@ -3,14 +3,13 @@
|
||||
|
||||
using osu.Framework.Platform;
|
||||
using osu.Game.Beatmaps;
|
||||
using osu.Game.Overlays;
|
||||
|
||||
namespace osu.Game.Database
|
||||
{
|
||||
public class LegacyBeatmapExporter : LegacyModelExporter<BeatmapSetInfo>
|
||||
{
|
||||
public LegacyBeatmapExporter(Storage storage, RealmAccess realm, INotificationOverlay? notifications = null)
|
||||
: base(storage, realm, notifications)
|
||||
public LegacyBeatmapExporter(Storage storage, RealmAccess realm)
|
||||
: base(storage, realm)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user