Parse parent comments

This commit is contained in:
Andrei Zavatski
2019-10-08 19:09:02 +03:00
parent 3f8fecbc50
commit 000e4a563c
3 changed files with 49 additions and 1 deletions

View File

@ -28,6 +28,8 @@ namespace osu.Game.Online.API.Requests.Responses
public List<Comment> ChildComments = new List<Comment>();
public Comment ParentComment { get; set; }
[JsonProperty(@"user_id")]
public long UserId { get; set; }