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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user