增加OnClientConnected事件

This commit is contained in:
Huoji's
2023-10-01 04:57:41 +08:00
parent effb823be9
commit fb67632502
13 changed files with 85 additions and 118 deletions

View File

@@ -9,6 +9,7 @@
#include <Psapi.h>
#include <thread>
#include <unordered_map>
#include <map>
#include "framework.h"
#include "stb.hh"
@@ -31,4 +32,4 @@ extern void DebugPrintA(const char* format, ...);
#include "offset.h"
#include "events.h"
#include "hooks.h"
#include "VTHook.h"
#include "vmthook.h"