mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:07:52 +08:00
Add xmldoc to APIAccess.APIVersion
This commit is contained in:
parent
cc13655617
commit
ab01fa6d45
@ -42,6 +42,10 @@ namespace osu.Game.Online.API
|
||||
|
||||
public string WebsiteRootUrl { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The API response version.
|
||||
/// See: https://osu.ppy.sh/docs/index.html#api-versions
|
||||
/// </summary>
|
||||
public int APIVersion { get; }
|
||||
|
||||
public Exception LastLoginError { get; private set; }
|
||||
|
Loading…
Reference in New Issue
Block a user