LunaHook-mirror/LunaHook/engine64/lucasystem.h
恍兮惚兮 a184ebae85 sync
2024-03-15 16:08:16 +08:00

13 lines
239 B
C++

#include"engine.h"
class lucasystem:public ENGINE{
public:
lucasystem(){
check_by=CHECK_BY::FILE;
is_engine_certain=false;
check_by_target=L"files/*.PAK";
};
bool attach_function();
};