mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Merge pull request #15513 from bdach/beatmap-card/statistics
Add statistics display to beatmap card
This commit is contained in:
@ -61,6 +61,12 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
[JsonProperty(@"track_id")]
|
||||
public int? TrackId { get; set; }
|
||||
|
||||
[JsonProperty(@"hype")]
|
||||
public BeatmapSetHypeStatus? HypeStatus { get; set; }
|
||||
|
||||
[JsonProperty(@"nominations_summary")]
|
||||
public BeatmapSetNominationStatus? NominationStatus { get; set; }
|
||||
|
||||
public string Title { get; set; } = string.Empty;
|
||||
|
||||
[JsonProperty("title_unicode")]
|
||||
|
Reference in New Issue
Block a user