LunaHook-mirror/LunaHook/engine64/LightVN.h
恍兮惚兮 163835bec9 some
2024-10-04 14:37:06 +08:00

15 lines
290 B
C++

class LightVN : public ENGINE
{
public:
LightVN()
{
check_by = CHECK_BY::FILE_ANY;
is_engine_certain = false;
check_by_target = check_by_list{L"Data/Scripts/title.txt", L"Data/data*.vndat", L"Scripts/000_title.txt"};
};
bool attach_function();
};