mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Copy imported beatmaps into beatmap storage
This commit is contained in:
@ -20,8 +20,8 @@ namespace osu.Desktop.Beatmaps.IO
|
||||
|
||||
private string basePath { get; set; }
|
||||
private string[] beatmaps { get; set; }
|
||||
private Beatmap firstMap { get; set; }
|
||||
|
||||
private Beatmap firstMap { get; set; }
|
||||
|
||||
public LegacyFilesystemReader(string path)
|
||||
{
|
||||
basePath = path;
|
||||
|
Reference in New Issue
Block a user