LunaHook-mirror/LunaHook/engine32/GSX.h

12 lines
188 B
C
Raw Normal View History

2024-05-06 23:30:27 +08:00
2024-04-05 02:41:03 +08:00
class GSX:public ENGINE{
public:
GSX(){
check_by=CHECK_BY::RESOURCE_STR;
check_by_target=L"Game Script eXecuter";
};
bool attach_function();
};