mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09:00
merge fix
wtf?
This commit is contained in:
parent
5d64c1b7bf
commit
52fc6de13f
@ -110,9 +110,9 @@ namespace osu.Game.Tests.Database
|
|||||||
public override string ToString() => Filename;
|
public override string ToString() => Filename;
|
||||||
}
|
}
|
||||||
|
|
||||||
private class TestLegacyExporter : LegacyExporter<IHasNamedFiles>
|
private class TestLegacyModelExporter : LegacyModelExporter<IHasNamedFiles>
|
||||||
{
|
{
|
||||||
public TestLegacyExporter(Storage storage)
|
public TestLegacyModelExporter(Storage storage)
|
||||||
: base(storage)
|
: base(storage)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user