增加ACE举报测试
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
struct GameClient;
|
||||
namespace Game
|
||||
{
|
||||
class GameReportReq;
|
||||
}
|
||||
|
||||
std::string buildReportRequestUrl();
|
||||
class AceReportInterface
|
||||
{
|
||||
public:
|
||||
static bool onReceiveReportRequest(GameClient* client, Game::GameReportReq* request);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user