1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-12 02:30:57 +09:00

Add leaderboard table

This commit is contained in:
StanR 2022-07-20 16:15:16 +03:00
parent dc8646149c
commit e4e7f7beb2
5 changed files with 128 additions and 36 deletions

View file

@ -368,7 +368,7 @@ namespace PerformanceCalculatorGUI.Screens
User = new APIUser
{
Username = $"dummy {i}",
Country = new Country()
CountryCode = CountryCode.Unknown
}
});
}