LunaHook-mirror/LunaHook/engine32/Onscripter.h
恍兮惚兮 34dcc3755b ons
2024-09-02 08:23:44 +08:00

14 lines
214 B
C++

class Onscripter : public ENGINE
{
public:
Onscripter()
{
check_by = CHECK_BY::FILE;
check_by_target = L"arc.nsa";
is_engine_certain = false;
};
bool attach_function();
};