Set last online update to actual value provided by data source

This commit is contained in:
Dean Herbert
2022-07-19 19:39:51 +09:00
parent 17046b0553
commit 07874efa7f
2 changed files with 9 additions and 3 deletions

View File

@ -81,6 +81,9 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty(@"max_combo")]
public int? MaxCombo { get; set; }
[JsonProperty(@"last_updated")]
public DateTimeOffset LastUpdated { get; set; }
public double BPM { get; set; }
#region Implementation of IBeatmapInfo