Rename APIComments to APICommentsController

This commit is contained in:
Andrei Zavatski
2019-10-08 19:22:23 +03:00
parent 341702b91d
commit 4230b00110
3 changed files with 3 additions and 3 deletions

View File

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