LunaHook-mirror/LunaHook/engine64/TYPEMOON.h
恍兮惚兮 163835bec9 some
2024-10-04 14:37:06 +08:00

15 lines
213 B
C++

class TYPEMOON : public ENGINE
{
public:
TYPEMOON()
{
check_by = CHECK_BY::FILE;
is_engine_certain = false;
check_by_target = L"data*.hfa";
};
bool attach_function();
};