Closed
Description
This is friendly note so that you don't freak out when seeing this project it broken against Godot's master 😃
see godotengine/godot#67750 & godotengine/godot-cpp#896
Basically GDExtension API uses StringName
(almost) everywhere instead of the char *
. On top of that the way to register proerties has been simplified.