Implement SortSelector component

This commit is contained in:
Andrei Zavatski
2019-10-08 22:46:42 +03:00
parent 574170124c
commit 29b0eacc82
8 changed files with 101 additions and 7 deletions

View File

@ -31,7 +31,7 @@ namespace osu.Game.Online.API.Requests.Responses
public Comment ParentComment { get; set; }
[JsonProperty(@"user_id")]
public long UserId { get; set; }
public long? UserId { get; set; }
public User User { get; set; }