LunaHook-mirror/LunaHook/engine32/A98SYS.h
恍兮惚兮 edc5efec99 format
2024-11-02 15:49:09 +08:00

13 lines
188 B
C++

class A98SYS : public ENGINE
{
public:
A98SYS()
{
check_by = CHECK_BY::FILE;
check_by_target = L"A98SYS.PAK"; // STREAM.PAK
};
bool attach_function();
};