Merge branch 'master' into not-available-to-download

This commit is contained in:
iiSaLMaN
2019-06-10 21:39:32 +03:00
committed by GitHub
8 changed files with 58 additions and 21 deletions

View File

@ -36,7 +36,7 @@ namespace osu.Game.Online.API.Requests.Responses
public string MessageHtml { get; set; }
[JsonProperty("major")]
public bool? Major { get; set; }
public bool Major { get; set; }
[JsonProperty("created_at")]
public DateTimeOffset? CreatedAt { get; set; }