mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Rename User
to APIUser
and move to correct namespace
This commit is contained in:
@ -11,6 +11,7 @@ using osu.Game.Graphics.Sprites;
|
||||
using osu.Framework.Graphics.Sprites;
|
||||
using osu.Game.Users.Drawables;
|
||||
using osu.Framework.Input.Events;
|
||||
using osu.Game.Online.API.Requests.Responses;
|
||||
|
||||
namespace osu.Game.Users
|
||||
{
|
||||
@ -25,7 +26,7 @@ namespace osu.Game.Users
|
||||
private SpriteIcon statusIcon;
|
||||
private OsuSpriteText statusMessage;
|
||||
|
||||
protected ExtendedUserPanel(User user)
|
||||
protected ExtendedUserPanel(APIUser user)
|
||||
: base(user)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user