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:
parent
cf7303e072
commit
c83c3e92fc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user