LunaHook-mirror/LunaHook/engine64/lucasystem.h

13 lines
239 B
C
Raw Normal View History

2024-02-07 20:59:24 +08:00
#include"engine.h"
2024-03-15 16:08:16 +08:00
class lucasystem:public ENGINE{
2024-02-07 20:59:24 +08:00
public:
2024-03-15 16:08:16 +08:00
lucasystem(){
2024-02-07 20:59:24 +08:00
check_by=CHECK_BY::FILE;
is_engine_certain=false;
check_by_target=L"files/*.PAK";
};
bool attach_function();
};