mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-13 23:53:54 +08:00
12 lines
237 B
C++
12 lines
237 B
C++
|
|
class LovaGame : public ENGINE
|
|
{
|
|
public:
|
|
LovaGame()
|
|
{
|
|
|
|
check_by = CHECK_BY::FILE_ALL;
|
|
check_by_target = check_by_list{L"UE3ShaderCompileWorker.exe", L"awesomium_process.exe"};
|
|
}
|
|
bool attach_function();
|
|
}; |