fix: compatible with godot 4.7.dev

This commit is contained in:
Sara Gerretsen 2026-03-13 13:29:07 +01:00
parent 2a4e00e6f1
commit 4e40c1acdc
4 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,5 @@
#include "behaviour_composite.h"
#include "core/variant/typed_array.h"
void BehaviourComposite::_bind_methods() {}