LunaHook-mirror/LunaHook/engine32/V8.h
恍兮惚兮 5e45fc7e53 v8
2024-02-14 23:48:36 +08:00

13 lines
248 B
C++

#include"engine.h"
class V8:public ENGINE{
public:
V8(){
check_by=CHECK_BY::CUSTOM;
check_by_target=[this](){return attach_function_();};
};
bool attach_function_();
bool attach_function(){return true;}
};