Update usages of APIUser to RealmUser

This commit is contained in:
Dean Herbert
2021-11-22 15:52:55 +09:00
parent 213d89b479
commit fda529de26
6 changed files with 25 additions and 15 deletions

View File

@ -17,6 +17,7 @@ using osu.Game.Beatmaps;
using osu.Game.Database;
using osu.Game.Graphics.Cursor;
using osu.Game.Graphics.UserInterface;
using osu.Game.Models;
using osu.Game.Online.API.Requests.Responses;
using osu.Game.Online.Leaderboards;
using osu.Game.Overlays;
@ -65,7 +66,7 @@ namespace osu.Game.Tests.Visual.UserInterface
{
Title = "TestSong",
Artist = "TestArtist",
Author = new APIUser
Author = new RealmUser
{
Username = "TestAuthor"
},