增加ACE举报测试

This commit is contained in:
2025-12-31 12:02:58 +08:00
parent dad2b61a50
commit 3127665ecb
6 changed files with 215 additions and 7 deletions
+10 -1
View File
@@ -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);
};