mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-12-26 13:14:13 +08:00
11 lines
245 B
C++
11 lines
245 B
C++
#include"engine.h"
|
|
|
|
class UnisonShift2:public ENGINE{
|
|
public:
|
|
UnisonShift2(){
|
|
|
|
check_by=CHECK_BY::FILE_ALL;
|
|
check_by_target=check_by_list{L"PIC.*",L"TP.*",L"GR.*",L"BGM.*"};
|
|
};
|
|
bool attach_function();
|
|
}; |