So I have a World instancing a Player, and the Player has states as nodes.
What I want is to "raise" a signal emited by one of the states node as if it was emited by the Player so the World only needs to interact with the Player and not its nodes.
I though just doing another emit_signal() because I don't know if there's a more elegant way to proceed.