Implement replay downloading with ArchiveDownloadModelManager

This commit is contained in:
naoey
2019-06-12 01:31:57 +05:30
parent e8ea0594b4
commit ab0bb8b678
7 changed files with 103 additions and 6 deletions

View File

@ -32,12 +32,15 @@ namespace osu.Game.Online.API.Requests.Responses
set => User = value;
}
[JsonProperty(@"score_id")]
[JsonProperty(@"id")]
private long onlineScoreID
{
set => OnlineScoreID = value;
}
[JsonProperty(@"replay")]
public bool Replay { get; set; }
[JsonProperty(@"created_at")]
private DateTimeOffset date
{