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

10 lines
138 B
C++

class Alice:public ENGINE{
public:
Alice(){
check_by=CHECK_BY::ALL_TRUE;
};
bool attach_function();
};