mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
I don't know what .ots is but let's not use random file extension that make no sense
This commit is contained in:
@ -116,7 +116,7 @@ namespace osu.Game.Tests.Database
|
|||||||
|
|
||||||
public string GetExtension() => FileExtension;
|
public string GetExtension() => FileExtension;
|
||||||
|
|
||||||
protected override string FileExtension => ".ots";
|
protected override string FileExtension => ".test";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user