Revert "Fix removal of FileInfo, BeatmapMetadata, BeatmapDifficulty objects"

This commit is contained in:
Dean Herbert
2017-10-16 12:55:36 +09:00
parent 56e8c7303c
commit 04e5f764a3
7 changed files with 168 additions and 186 deletions

View File

@ -15,7 +15,6 @@ 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; }