Move RankHistoryData to User Statistics

This commit is contained in:
Andrei Zavatski
2019-08-04 14:35:26 +03:00
parent b0a27161c6
commit d693a54c84
6 changed files with 42 additions and 46 deletions

View File

@ -179,7 +179,7 @@ namespace osu.Game.Overlays.Profile.Header
detailGlobalRank.Content = user?.Statistics?.Ranks.Global?.ToString("\\##,##0") ?? "-";
detailCountryRank.Content = user?.Statistics?.Ranks.Country?.ToString("\\##,##0") ?? "-";
rankGraph.User.Value = user;
rankGraph.Statistics.Value = user?.Statistics;
}
private class ScoreRankInfo : CompositeDrawable