mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 13:55:36 +08:00
13 lines
274 B
C++
13 lines
274 B
C++
|
|
|
|
class Wolf : public ENGINE
|
|
{
|
|
public:
|
|
Wolf()
|
|
{
|
|
is_engine_certain = false;
|
|
check_by = CHECK_BY::FILE_ANY;
|
|
check_by_target = check_by_list{L"data.wolf", L"data\\*.wolf", L"data\\basicdata\\cdatabase.dat"};
|
|
};
|
|
bool attach_function();
|
|
}; |