mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Suppress false warning
This commit is contained in:
@ -122,8 +122,10 @@ namespace osu.Game.Users
|
|||||||
|
|
||||||
private struct UserRanks
|
private struct UserRanks
|
||||||
{
|
{
|
||||||
|
#pragma warning disable 649
|
||||||
[JsonProperty(@"country")]
|
[JsonProperty(@"country")]
|
||||||
public int? Country;
|
public int? Country;
|
||||||
|
#pragma warning restore 649
|
||||||
}
|
}
|
||||||
|
|
||||||
public RankHistoryData RankHistory;
|
public RankHistoryData RankHistory;
|
||||||
|
Reference in New Issue
Block a user