mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
APICommentsController -> CommentBundle
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user