mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Suppress false warning
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user