mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Rename base class to LegacyModelImporter
This commit is contained in:
@ -7,7 +7,7 @@ using osu.Game.Scoring;
|
||||
|
||||
namespace osu.Game.Database
|
||||
{
|
||||
public class LegacyScoreImporter : LegacyImporter<ScoreInfo>
|
||||
public class LegacyScoreImporter : LegacyModelImporter<ScoreInfo>
|
||||
{
|
||||
protected override string ImportFromStablePath => Path.Combine("Data", "r");
|
||||
|
||||
|
Reference in New Issue
Block a user