mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Details and more data displaying.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user