Merge remote-tracking branch 'upstream/master' into generic-download-tracking-composite

This commit is contained in:
naoey
2019-06-26 18:17:53 +05:30
302 changed files with 11629 additions and 2624 deletions

View File

@ -32,6 +32,9 @@ namespace osu.Game.Beatmaps
[NotMapped]
public BeatmapSetOnlineInfo OnlineInfo { get; set; }
[NotMapped]
public BeatmapSetMetrics Metrics { get; set; }
public double MaxStarDifficulty => Beatmaps?.Max(b => b.StarDifficulty) ?? 0;
[NotMapped]