class_name PathNode extends Node2D @export var next_node: Node2D var path_position: Vector2 func _ready(): path_position = $PathPosition.global_position func get_rpc_properties(): return { "global_position": null, "path_position": null, }