mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 20:32:55 +08:00
Remove redundant this.
in assignment
This commit is contained in:
parent
1aa95de530
commit
92f59c10f5
@ -68,7 +68,8 @@ namespace osu.Game.Online.Leaderboards
|
|||||||
|
|
||||||
public LeaderboardScore(ScoreInfo score, int? rank, bool allowHighlight = true)
|
public LeaderboardScore(ScoreInfo score, int? rank, bool allowHighlight = true)
|
||||||
{
|
{
|
||||||
this.Score = score;
|
Score = score;
|
||||||
|
|
||||||
this.rank = rank;
|
this.rank = rank;
|
||||||
this.allowHighlight = allowHighlight;
|
this.allowHighlight = allowHighlight;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user