Fix removal of FileInfo, BeatmapMetadata, BeatmapDifficulty objects

This commit is contained in:
TocoToucan
2017-10-15 14:01:35 +03:00
parent 7cf5d63cd3
commit db2750592d
8 changed files with 192 additions and 172 deletions

View File

@ -15,6 +15,7 @@ namespace osu.Game.Beatmaps
[NotMapped]
public int? OnlineBeatmapSetID { get; set; }
public int BeatmapSetInfoId { get; set; }
public string Title { get; set; }
public string TitleUnicode { get; set; }