Add genre and language sections to beatmapset overlay

This commit is contained in:
StanR
2019-07-11 16:44:48 +03:00
parent 548008c9ce
commit cd7c03c13a
6 changed files with 81 additions and 1 deletions

View File

@ -70,6 +70,16 @@ namespace osu.Game.Beatmaps
/// The availability of this beatmap set.
/// </summary>
public BeatmapSetOnlineAvailability Availability { get; set; }
/// <summary>
/// Beatmap set's song genre.
/// </summary>
public BeatmapSetOnlineGenre Genre { get; set; }
/// <summary>
/// Beatmap set's song language.
/// </summary>
public BeatmapSetOnlineLanguage Language { get; set; }
}
public class BeatmapSetOnlineCovers