Copy imported beatmaps into beatmap storage

This commit is contained in:
Drew DeVault
2016-10-13 10:15:08 -04:00
parent b7976dce46
commit fd10e6e582
5 changed files with 44 additions and 10 deletions

View File

@ -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;