I have a base state machine node with a reference var target
. States nodes can access the target through the root state machine.
Next, I want to create a Character state machine by extending the base state machine. 'target' should be only of custom class Character
How can I get code completion for target
?