1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 01:22:59 +08:00

Remove unnecessary public specification in interface

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert 2020-10-23 10:03:33 +09:00 committed by GitHub
parent 54d666604b
commit f11bcfcb8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ namespace osu.Game.Online.API
/// <summary> /// <summary>
/// Retrieve the OAuth access token. /// Retrieve the OAuth access token.
/// </summary> /// </summary>
public string AccessToken { get; } string AccessToken { get; }
/// <summary> /// <summary>
/// Returns whether the local user is logged in. /// Returns whether the local user is logged in.