mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 14:12:56 +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>
|
||||
/// Retrieve the OAuth access token.
|
||||
/// </summary>
|
||||
public string AccessToken { get; }
|
||||
string AccessToken { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Returns whether the local user is logged in.
|
||||
|
Loading…
Reference in New Issue
Block a user