Privatise some setters

This commit is contained in:
smoogipoo 2020-03-16 14:06:42 +09:00
parent 9f44a7b2ce
commit 58fc947be3
1 changed files with 2 additions and 2 deletions

View File

@ -32,9 +32,9 @@ public abstract class UserPanel : OsuClickableContainer, IHasContextMenu
public new Action Action;
protected Action ViewProfile;
protected Action ViewProfile { get; private set; }
protected DelayedLoadUnloadWrapper Background;
protected DelayedLoadUnloadWrapper Background { get; private set; }
private SpriteIcon statusIcon;
private OsuSpriteText statusMessage;