mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Refactor3
This commit is contained in:
@ -27,12 +27,6 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
[JsonProperty("created_at")]
|
||||
public DateTimeOffset CreatedAt { get; set; }
|
||||
|
||||
[JsonProperty("disqus_id")]
|
||||
public string DisqusId { get; set; }
|
||||
|
||||
[JsonProperty("disqus_title")]
|
||||
public string DisqusTitle { get; set; }
|
||||
|
||||
[JsonProperty("update_stream")]
|
||||
public UpdateStream UpdateStream { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user