1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 04:02:59 +08:00

Privatise setter

This commit is contained in:
Bartłomiej Dach 2023-08-01 18:09:48 +02:00
parent df504e1fc2
commit f7d5ac9f92
No known key found for this signature in database

View File

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