mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Rename User
to APIUser
and move to correct namespace
This commit is contained in:
@ -7,6 +7,7 @@ using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Graphics.Shapes;
|
||||
using osu.Game.Graphics;
|
||||
using osu.Game.Online.API.Requests.Responses;
|
||||
using osu.Game.Overlays;
|
||||
using osu.Game.Overlays.Profile.Header.Components;
|
||||
using osu.Game.Users;
|
||||
@ -81,7 +82,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
GlobalRank = 89000,
|
||||
PP = 12345,
|
||||
RankHistory = new User.RankHistoryData
|
||||
RankHistory = new APIUser.RankHistoryData
|
||||
{
|
||||
Data = data,
|
||||
}
|
||||
@ -94,7 +95,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
GlobalRank = 89000,
|
||||
PP = 12345,
|
||||
RankHistory = new User.RankHistoryData
|
||||
RankHistory = new APIUser.RankHistoryData
|
||||
{
|
||||
Data = dataWithZeros,
|
||||
}
|
||||
@ -107,7 +108,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
GlobalRank = 12000,
|
||||
PP = 12345,
|
||||
RankHistory = new User.RankHistoryData
|
||||
RankHistory = new APIUser.RankHistoryData
|
||||
{
|
||||
Data = smallData,
|
||||
}
|
||||
@ -120,7 +121,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
GlobalRank = 12000,
|
||||
PP = 12345,
|
||||
RankHistory = new User.RankHistoryData
|
||||
RankHistory = new APIUser.RankHistoryData
|
||||
{
|
||||
Data = edgyData,
|
||||
}
|
||||
|
Reference in New Issue
Block a user