1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:07:23 +08:00

Suppress false warning

This commit is contained in:
Salman Ahmed 2021-02-18 15:55:45 +03:00
parent a407bfe73b
commit f6df5a9d2b

View File

@ -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;