mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 22:05:36 +08:00
11 lines
183 B
C++
11 lines
183 B
C++
|
|
|
|
class godot:public ENGINE{
|
|
public:
|
|
godot(){
|
|
|
|
check_by=CHECK_BY::RESOURCE_STR;
|
|
check_by_target=L"Godot Engine";
|
|
};
|
|
bool attach_function();
|
|
}; |