LunaHook-mirror/LunaHook/engine32/Tamamo.h
2024-02-07 20:59:24 +08:00

15 lines
285 B
C++

#include"engine.h"
class Tamamo:public ENGINE{
public:
Tamamo(){
check_by=CHECK_BY::FILE_ALL;
check_by_target=check_by_list{
L"data.pck",
L"image.pck",
L"script.pck"
};
};
bool attach_function();
};