LunaHook-mirror/LunaHook/engine64/LightVN.h
恍兮惚兮 4492304b1a Update LightVN.cpp
1
2024-03-24 14:20:57 +08:00

13 lines
308 B
C++

#include"engine.h"
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();
};