mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Support null leaderboard position
This commit is contained in:
@ -18,7 +18,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
public class APILegacyUserTopScoreInfo
|
||||
{
|
||||
[JsonProperty(@"position")]
|
||||
public int Position;
|
||||
public int? Position;
|
||||
|
||||
[JsonProperty(@"score")]
|
||||
public APILegacyScoreInfo Score;
|
||||
|
Reference in New Issue
Block a user