mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Allow null rank
This commit is contained in:
@ -14,7 +14,7 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
{
|
||||
private readonly APIUserScoreAggregate score;
|
||||
|
||||
public MatchLeaderboardScore(APIUserScoreAggregate score, int rank, bool allowHighlight = true)
|
||||
public MatchLeaderboardScore(APIUserScoreAggregate score, int? rank, bool allowHighlight = true)
|
||||
: base(score.CreateScoreInfo(), rank, allowHighlight)
|
||||
{
|
||||
this.score = score;
|
||||
|
Reference in New Issue
Block a user