Split out web response classes into own files

This commit is contained in:
Dean Herbert
2019-05-13 17:24:33 +09:00
parent 27ca094421
commit 8ecd1912e1
10 changed files with 125 additions and 103 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Game.Tests.Visual
changelog.FetchAndShowBuild(new APIChangelogBuild
{
Version = "2018.712.0",
UpdateStream = new UpdateStream { Name = "lazer" },
UpdateStream = new APIUpdateStream { Name = "lazer" },
});
changelog.Show();
});