Add online beatmap "explicit content" property

This commit is contained in:
Salman Ahmed
2021-01-12 18:13:05 +03:00
parent 10fd4cf7c9
commit e8daea91d2
2 changed files with 9 additions and 0 deletions

View File

@ -31,6 +31,11 @@ namespace osu.Game.Beatmaps
/// </summary>
public BeatmapSetOnlineStatus Status { get; set; }
/// <summary>
/// Whether or not this beatmap set has explicit content.
/// </summary>
public bool HasExplicitContent { get; set; }
/// <summary>
/// Whether or not this beatmap set has a background video.
/// </summary>