LunaHook-mirror/LunaHook/engine64/V8.h
2024-02-07 20:59:24 +08:00

12 lines
154 B
C++

#include"engine.h"
class V8:public ENGINE{
public:
V8(){
check_by=CHECK_BY::ALL_TRUE;
};
bool attach_function();
};