mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Split out web response classes into own files
This commit is contained in:
@ -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();
|
||||
});
|
||||
|
Reference in New Issue
Block a user