1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 18:07:24 +08:00

Add readonly

This commit is contained in:
Dean Herbert 2017-06-13 15:54:26 +09:00
parent 19236dcd1e
commit 3ca80eb149

View File

@ -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