Details and more data displaying.

This commit is contained in:
DrabWeb
2017-09-11 02:48:48 -03:00
parent e61ab72c0d
commit 43fa314fe0
12 changed files with 581 additions and 26 deletions

View File

@ -44,6 +44,16 @@ namespace osu.Game.Beatmaps
[JsonProperty(@"previewUrl")]
public string Preview { get; set; }
/// <summary>
/// The length in milliseconds of this beatmap's song.
/// </summary>
public double Length { get; set; }
/// <summary>
/// The beats per minute of this beatmap set's song.
/// </summary>
public double BPM { get; set; }
/// <summary>
/// The amount of plays this beatmap set has.
/// </summary>