mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
APICommentsController -> CommentBundle
This commit is contained in:
@ -139,7 +139,7 @@ namespace osu.Game.Overlays.Comments
|
||||
api.Queue(request);
|
||||
}
|
||||
|
||||
private void onSuccess(APICommentsController response, bool initial)
|
||||
private void onSuccess(CommentBundle response, bool initial)
|
||||
{
|
||||
loadCancellation = new CancellationTokenSource();
|
||||
|
||||
|
Reference in New Issue
Block a user