mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 11:02:54 +08:00
Make ctor protected
This commit is contained in:
parent
81d95f8584
commit
753b1f3401
@ -25,7 +25,7 @@ namespace osu.Game.Users
|
|||||||
private SpriteIcon statusIcon;
|
private SpriteIcon statusIcon;
|
||||||
private OsuSpriteText statusMessage;
|
private OsuSpriteText statusMessage;
|
||||||
|
|
||||||
public ExtendedUserPanel(User user)
|
protected ExtendedUserPanel(User user)
|
||||||
: base(user)
|
: base(user)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user