mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Rename base class to LegacyModelImporter
This commit is contained in:
@ -4,7 +4,7 @@ using osu.Game.IO;
|
||||
|
||||
namespace osu.Game.Database
|
||||
{
|
||||
public class LegacyBeatmapImporter : LegacyImporter<BeatmapSetInfo>
|
||||
public class LegacyBeatmapImporter : LegacyModelImporter<BeatmapSetInfo>
|
||||
{
|
||||
protected override string ImportFromStablePath => ".";
|
||||
|
||||
|
Reference in New Issue
Block a user