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

13 lines
183 B
C++

class Ages3ResT : public ENGINE
{
public:
Ages3ResT()
{
check_by = CHECK_BY::FILE;
check_by_target = L"Ages3ResT.dll";
};
bool attach_function();
};