mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Implement SortSelector component
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user