Add best count from api

This commit is contained in:
Joseph Madamba
2021-04-24 09:27:32 -07:00
parent 59cb5f4679
commit 3e74d61dab
2 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,9 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
{
switch (type)
{
case ScoreType.Best:
return user.ScoresBestCount;
case ScoreType.Firsts:
return user.ScoresFirstCount;