mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 19:32:55 +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 OsuSpriteText statusMessage;
|
||||
|
||||
public ExtendedUserPanel(User user)
|
||||
protected ExtendedUserPanel(User user)
|
||||
: base(user)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user