mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Rename APIComments to APICommentsController
This commit is contained in:
@ -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;
|
||||
|
@ -7,7 +7,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace osu.Game.Online.API.Requests.Responses
|
||||
{
|
||||
public class APIComments
|
||||
public class APICommentsController
|
||||
{
|
||||
private List<Comment> comments;
|
||||
|
Reference in New Issue
Block a user