mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 13:55:36 +08:00
14 lines
168 B
C++
14 lines
168 B
C++
|
|
|
|
class Godot : public ENGINE
|
|
{
|
|
public:
|
|
Godot()
|
|
{
|
|
|
|
check_by = CHECK_BY::FILE;
|
|
check_by_target = L"*.pck";
|
|
};
|
|
bool attach_function();
|
|
};
|