mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 22:42:57 +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;
|
||||
|
||||
private LoadingAnimation loading;
|
||||
private readonly LoadingAnimation loading;
|
||||
|
||||
private IEnumerable<Score> scores;
|
||||
public IEnumerable<Score> Scores
|
||||
|
Loading…
Reference in New Issue
Block a user