+BeatmapOnlineInfo, +OnlineWorkingBeatmap, minor cleanups, panel beatmap backgrounds

This commit is contained in:
DrabWeb
2017-05-19 15:43:18 -03:00
parent 3b8cadd4df
commit e1c4c36122
9 changed files with 284 additions and 42 deletions

View File

@ -43,6 +43,9 @@ namespace osu.Game.Database
[Ignore]
public BeatmapMetrics Metrics { get; set; }
[Ignore]
public BeatmapOnlineInfo OnlineInfo { get; set; }
public string Path { get; set; }
[JsonProperty("file_md5")]