mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-12-27 13:44:11 +08:00
12 lines
135 B
C++
12 lines
135 B
C++
|
|
|
|
class Alice : public ENGINE
|
|
{
|
|
public:
|
|
Alice()
|
|
{
|
|
|
|
check_by = CHECK_BY::ALL_TRUE;
|
|
};
|
|
bool attach_function();
|
|
}; |