mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Add LegacyTotalScore to SoloScoreInfo
This commit is contained in:
@ -77,6 +77,12 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
[JsonProperty("maximum_statistics")]
|
||||
public Dictionary<HitResult, int> MaximumStatistics { get; set; } = new Dictionary<HitResult, int>();
|
||||
|
||||
/// <summary>
|
||||
/// Used to preserve the total score for legacy scores.
|
||||
/// </summary>
|
||||
[JsonProperty("legacy_total_score")]
|
||||
public int? LegacyTotalScore { get; set; }
|
||||
|
||||
#region osu-web API additions (not stored to database).
|
||||
|
||||
[JsonProperty("id")]
|
||||
|
Reference in New Issue
Block a user