1
0
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:
Andrei Zavatski 2020-07-18 20:26:15 +03:00
parent 81d95f8584
commit 753b1f3401

View File

@ -25,7 +25,7 @@ namespace osu.Game.Users
private SpriteIcon statusIcon;
private OsuSpriteText statusMessage;
public ExtendedUserPanel(User user)
protected ExtendedUserPanel(User user)
: base(user)
{
}