mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Override Import() instead.
This commit is contained in:
@ -395,7 +395,7 @@ namespace osu.Game
|
||||
}
|
||||
}
|
||||
|
||||
public async Task Import(Stream stream, string filename)
|
||||
public virtual async Task Import(Stream stream, string filename)
|
||||
{
|
||||
var extension = Path.GetExtension(filename)?.ToLowerInvariant();
|
||||
|
||||
|
Reference in New Issue
Block a user