mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Make ctor protected
This commit is contained in:
@ -25,7 +25,7 @@ namespace osu.Game.Users
|
||||
private SpriteIcon statusIcon;
|
||||
private OsuSpriteText statusMessage;
|
||||
|
||||
public ExtendedUserPanel(User user)
|
||||
protected ExtendedUserPanel(User user)
|
||||
: base(user)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user