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

12 lines
214 B
C++

class AGES7:public ENGINE{
public:
AGES7(){
check_by=CHECK_BY::FILE_ALL;
check_by_target=check_by_list{L"obb\\pack.bin",L"erc_nospfx.dll"};
};
bool attach_function();
};