mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +08:00
Add readonly
This commit is contained in:
parent
19236dcd1e
commit
3ca80eb149
@ -26,7 +26,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
|||||||
|
|
||||||
public Action<Score> ScoreSelected;
|
public Action<Score> ScoreSelected;
|
||||||
|
|
||||||
private LoadingAnimation loading;
|
private readonly LoadingAnimation loading;
|
||||||
|
|
||||||
private IEnumerable<Score> scores;
|
private IEnumerable<Score> scores;
|
||||||
public IEnumerable<Score> Scores
|
public IEnumerable<Score> Scores
|
||||||
|
Loading…
Reference in New Issue
Block a user