mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 06:52:56 +08:00
Suppress false warning
This commit is contained in:
parent
a407bfe73b
commit
f6df5a9d2b
@ -122,8 +122,10 @@ namespace osu.Game.Users
|
||||
|
||||
private struct UserRanks
|
||||
{
|
||||
#pragma warning disable 649
|
||||
[JsonProperty(@"country")]
|
||||
public int? Country;
|
||||
#pragma warning restore 649
|
||||
}
|
||||
|
||||
public RankHistoryData RankHistory;
|
||||
|
Loading…
Reference in New Issue
Block a user