Rename base class to LegacyModelImporter

This commit is contained in:
Dean Herbert
2021-11-25 16:33:04 +09:00
parent 2df793ca22
commit a0fa030f55
4 changed files with 5 additions and 5 deletions

View File

@ -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 => ".";