Rename BeatmapMetrics to APIFailTimes

This commit is contained in:
Dean Herbert
2021-10-25 15:34:41 +09:00
parent 4969ab0599
commit 2c308f3008
11 changed files with 33 additions and 32 deletions

View File

@ -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; }