mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Rename BeatmapMetrics
to APIFailTimes
This commit is contained in:
@ -69,7 +69,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
public string DifficultyName { get; set; } = string.Empty;
|
||||
|
||||
[JsonProperty(@"failtimes")]
|
||||
public BeatmapMetrics? Metrics { get; set; }
|
||||
public APIFailTimes? FailTimes { get; set; }
|
||||
|
||||
[JsonProperty(@"max_combo")]
|
||||
public int? MaxCombo { get; set; }
|
||||
|
Reference in New Issue
Block a user