Privatize UserRanks and expose a similar CountryRank field instead

This commit is contained in:
Salman Ahmed
2021-02-18 15:37:52 +03:00
parent e14a59f272
commit a407bfe73b
4 changed files with 12 additions and 7 deletions

View File

@ -34,7 +34,7 @@ namespace osu.Game.Tests.Visual.Online
Statistics = new UserStatistics
{
GlobalRank = 2148,
Ranks = new UserStatistics.UserRanks { Country = 1, },
CountryRank = 1,
PP = 4567.89m,
Level = new UserStatistics.LevelInfo
{