LunaHook-mirror/LunaHook/engine32/Stronger.h
恍兮惚兮 3b2a0f7f22 Stronger
2024-09-13 09:23:39 +08:00

13 lines
220 B
C++

class Stronger : public ENGINE
{
public:
Stronger()
{
check_by = CHECK_BY::FILE;
check_by_target = L"data/sinario/*.spt";
is_engine_certain = false;
};
bool attach_function();
};