mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
@ -73,10 +73,10 @@ namespace osu.Game.Users
|
||||
public struct UserRanks
|
||||
{
|
||||
[JsonProperty(@"global")]
|
||||
public int Global;
|
||||
public int? Global;
|
||||
|
||||
[JsonProperty(@"country")]
|
||||
public int Country;
|
||||
public int? Country;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user