mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 22:05:36 +08:00
14 lines
251 B
C++
14 lines
251 B
C++
|
|
|
|
class AGS : public ENGINE
|
|
{
|
|
public:
|
|
AGS()
|
|
{
|
|
|
|
check_by = CHECK_BY::FILE_ANY;
|
|
check_by_target = check_by_list{L"voice/*.pk", L"sound/*.pk", L"misc/*.pk"};
|
|
is_engine_certain = false;
|
|
};
|
|
bool attach_function();
|
|
}; |