LunaHook-mirror/LunaHook/engine32/AIL2.h
恍兮惚兮 6a43cd5b86 pch
2024-05-06 23:31:54 +08:00

11 lines
170 B
C++

class AIL2:public ENGINE{
public:
AIL2(){
check_by=CHECK_BY::FILE;
check_by_target=L"Gall*.dat";
};
bool attach_function();
};