Move UserTopScoreContainer into base leaderboard

This commit is contained in:
smoogipoo
2020-08-31 19:54:22 +09:00
parent cccf5b8a35
commit ed74c39b55
7 changed files with 114 additions and 126 deletions

View File

@ -51,6 +51,8 @@ namespace osu.Game.Screens.Multi.Match.Components
}
protected override LeaderboardScore CreateDrawableScore(APIUserScoreAggregate model, int index) => new MatchLeaderboardScore(model, index);
protected override LeaderboardScore CreateDrawableTopScore(APIUserScoreAggregate model) => new MatchLeaderboardScore(model, 0);
}
public enum MatchLeaderboardScope