mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Rename APIRequest.Result
to Response
This commit is contained in:
@ -78,7 +78,7 @@ namespace osu.Game.Beatmaps
|
||||
// intentionally blocking to limit web request concurrency
|
||||
api.Perform(req);
|
||||
|
||||
var res = req.Result;
|
||||
var res = req.Response;
|
||||
|
||||
if (res != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user