mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Add new statistic types to online info
This commit is contained in:
@ -62,6 +62,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