1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00

Add xmldoc to APIAccess.APIVersion

This commit is contained in:
Bartłomiej Dach 2024-05-29 13:34:12 +02:00
parent cc13655617
commit ab01fa6d45
No known key found for this signature in database

View File

@ -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; }