diff --git a/game/src/Main/StateMachine/State.gd b/game/src/Main/StateMachine/State.gd index 8705040..c75db62 100644 --- a/game/src/Main/StateMachine/State.gd +++ b/game/src/Main/StateMachine/State.gd @@ -9,8 +9,7 @@ Use State as a child of a StateMachine node. onready var _state_machine: = _get_state_machine(self) - -var _parent: Node = null +var _parent: State = null func _ready() -> void: