Add and consume SoloScoreInfo

This commit is contained in:
Dean Herbert
2022-07-12 04:04:21 +09:00
parent 41c2263fa4
commit 1bef2d7b39
5 changed files with 129 additions and 5 deletions

View File

@ -38,7 +38,7 @@ namespace osu.Game.Online.API
public string WebsiteRootUrl { get; }
public int APIVersion => 20220217; // We may want to pull this from the game version eventually.
public int APIVersion => 20220705; // We may want to pull this from the game version eventually.
public Exception LastLoginError { get; private set; }