Fix cascade deletions

This commit is contained in:
Dean Herbert
2017-10-17 18:26:28 +09:00
parent 12639c6819
commit b9d0fb96ed
8 changed files with 243 additions and 210 deletions

View File

@ -31,6 +31,7 @@ namespace osu.Game.Beatmaps
[Required]
public BeatmapSetInfo BeatmapSet { get; set; }
public BeatmapMetadata Metadata { get; set; }
public int BaseDifficultyID { get; set; }