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 System.Collections.Generic;
namespace osu.Game.Online.API.Requests.Responses
{
public class APIComments
public class APICommentsController
{
private List<Comment> comments;