#ifndef TEST_H #define TEST_H #include using namespace godot; class Test : public Node3D { GDCLASS(Test, Node3D); protected: static void _bind_methods() {} }; #endif