mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Privatize UserRanks
and expose a similar CountryRank
field instead
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user