LunaHook-mirror/LunaHook/engine32/Stronger.h

13 lines
220 B
C
Raw Normal View History

2024-09-13 09:23:39 +08:00
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();
};