mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 04:02:59 +08:00
Privatise setter
This commit is contained in:
parent
df504e1fc2
commit
f7d5ac9f92
@ -55,7 +55,7 @@ namespace osu.Game.Screens.Ranking
|
||||
[Resolved]
|
||||
private IAPIProvider api { get; set; }
|
||||
|
||||
protected StatisticsPanel StatisticsPanel;
|
||||
protected StatisticsPanel StatisticsPanel { get; private set; }
|
||||
|
||||
private Drawable bottomPanel;
|
||||
private Container<ScorePanel> detachedPanelContainer;
|
||||
|
Loading…
Reference in New Issue
Block a user