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:
parent
54d666604b
commit
f11bcfcb8f
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user