1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 18:04:02 +08:00

Rename User to APIUser and move to correct namespace

This commit is contained in:
Dean Herbert
2021-11-04 18:02:44 +09:00
Unverified
parent 25b0bccfd5
commit b9983add15
195 changed files with 991 additions and 947 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ using JetBrains.Annotations;
using Newtonsoft.Json;
using osu.Framework.IO.Network;
using osu.Framework.Logging;
using osu.Game.Users;
using osu.Game.Online.API.Requests.Responses;
namespace osu.Game.Online.API
{
@@ -69,7 +69,7 @@ namespace osu.Game.Online.API
/// <summary>
/// The currently logged in user. Note that this will only be populated during <see cref="Perform"/>.
/// </summary>
protected User User { get; private set; }
protected APIUser User { get; private set; }
/// <summary>
/// Invoked on successful completion of an API request.