Rename User to APIUser and move to correct namespace

This commit is contained in:
Dean Herbert
2021-11-04 18:02:44 +09:00
parent 25b0bccfd5
commit b9983add15
195 changed files with 991 additions and 947 deletions

View File

@ -5,8 +5,8 @@ using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics;
using osu.Game.Online.API.Requests.Responses;
using osu.Game.Tournament.Models;
using osu.Game.Users;
using osuTK;
using osuTK.Graphics;
@ -54,7 +54,7 @@ namespace osu.Game.Tournament.Components
},
};
TournamentSpriteText createPlayerText(User p) =>
TournamentSpriteText createPlayerText(APIUser p) =>
new TournamentSpriteText
{
Text = p.Username,