增加ACE安全测试工程

This commit is contained in:
2025-12-06 16:42:21 +08:00
parent b78ee53326
commit b38ad590a9
68 changed files with 5385 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#pragma once
struct GameClient;
namespace Game
{
class NetbaraStatusReq;
};
class NetbarInterface
{
public:
static bool onReceiveNetbarReportRequest(GameClient* client, Game::NetbaraStatusReq* request);
};