mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Make ctor protected
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user