LunaHook-mirror/LunaHook/engine64/YOX.h

13 lines
224 B
C
Raw Normal View History

2024-02-07 20:59:24 +08:00
#include"engine.h"
class YOX:public ENGINE{
public:
YOX(){
check_by=CHECK_BY::FILE;
is_engine_certain=false;
check_by_target=L"base/*.dat";
};
bool attach_function();
};