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

11 lines
208 B
C++

#include"engine.h"
class ACTGS:public ENGINE{
public:
ACTGS(){
check_by=CHECK_BY::RESOURCE_STR;
check_by_target=L"ACTRESS Game System";
};
bool attach_function();
};