mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Set last online update to actual value provided by data source
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user