mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 22:05:36 +08:00
10 lines
156 B
C
10 lines
156 B
C
|
#include"engine.h"
|
||
|
|
||
|
class Alice:public ENGINE{
|
||
|
public:
|
||
|
Alice(){
|
||
|
|
||
|
check_by=CHECK_BY::ALL_TRUE;
|
||
|
};
|
||
|
bool attach_function();
|
||
|
};
|