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

13 lines
263 B
C++

class Interlude:public ENGINE{
public:
Interlude(){
check_by=CHECK_BY::FILE_ALL;
check_by_target=check_by_list{L"script.pak",L"system.pak",L"title.pak"};
is_engine_certain=false;
};
bool attach_function();
};