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

13 lines
171 B
C++

class Artemis : public ENGINE
{
public:
Artemis()
{
check_by = CHECK_BY::FILE;
check_by_target = L"*.pfs";
};
bool attach_function();
};