Add beatmap set online status and display it in direct panels and the beatmap set overlay.

This commit is contained in:
DrabWeb
2018-03-26 21:04:45 -03:00
parent c9276ce2b8
commit eb374c5774
9 changed files with 175 additions and 2 deletions

View File

@ -26,6 +26,11 @@ namespace osu.Game.Beatmaps
/// </summary>
public DateTimeOffset? LastUpdated { get; set; }
/// <summary>
/// The status of this beatmap set.
/// </summary>
public BeatmapSetOnlineStatus Status { get; set; }
/// <summary>
/// Whether or not this beatmap set has a background video.
/// </summary>