class_name PlayerState extends Node2D @export var player: Player func _state_enter() -> void: pass func _state_exit() -> void: pass