mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 08:33:55 +09:00
Remove redundant this.
in assignment
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user