Small DB-related refactoring

This commit is contained in:
TocoToucan
2017-10-09 23:30:32 +03:00
parent 41a90c8b11
commit ef417c6388
5 changed files with 4 additions and 10 deletions

View File

@ -17,8 +17,6 @@ namespace osu.Game.Beatmaps
public BeatmapMetadata Metadata { get; set; }
public int BeatmapMetadataId { get; set; }
public List<BeatmapInfo> Beatmaps { get; set; }
[NotMapped]