mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Move UserTopScoreContainer into base leaderboard
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user