1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 16:52:55 +08:00

apply a private setter in a protected property

This commit is contained in:
Firmatorenio 2020-12-14 01:50:25 +06:00
parent cf7303e072
commit c83c3e92fc

View File

@ -18,8 +18,7 @@ namespace osu.Game.Rulesets.UI.Scrolling
[Resolved]
protected IScrollingInfo ScrollingInfo { get; private set; }
protected ISkinSource CurrentSkin;
protected ISkinSource CurrentSkin { get; private set; }
[BackgroundDependencyLoader]
private void load(ISkinSource skin)