mirror of
https://github.com/osukey/osukey.git
synced 2025-06-03 11:57:36 +09:00
Privatise some setters
This commit is contained in:
parent
9f44a7b2ce
commit
58fc947be3
@ -32,9 +32,9 @@ namespace osu.Game.Users
|
||||
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user