APICommentsController -> CommentBundle

This commit is contained in:
Andrei Zavatski
2019-10-15 11:20:06 +03:00
parent 75a2e383f2
commit 3c714dc013
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ using osu.Game.Overlays.Comments;
namespace osu.Game.Online.API.Requests
{
public class GetCommentsRequest : APIRequest<APICommentsController>
public class GetCommentsRequest : APIRequest<CommentBundle>
{
private readonly long id;
private readonly int page;