mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Rename class back to original name so I can read the diff
This commit is contained in:
@ -107,7 +107,7 @@ namespace osu.Game.Tests.Database
|
||||
storage.Dispose();
|
||||
}
|
||||
|
||||
private class TestLegacyModelExporter : LegacyModelExporter<TestRealmObject>
|
||||
private class TestLegacyModelExporter : LegacyExporter<TestRealmObject>
|
||||
{
|
||||
public TestLegacyModelExporter(Storage storage)
|
||||
: base(storage)
|
||||
|
Reference in New Issue
Block a user