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

@ -22,5 +22,7 @@ namespace osu.Game.Beatmaps
public BeatmapMetadata Metadata { get; set; }
[Ignore]
public User Creator { get; set; }
public string Hash { get; set; }
public string Path { get; set; }
}
}