class_name Car extends RigidBody3D @export var wheels: Array[Wheel] func _physics_process(_delta: float) -> void: for wheel: Wheel in wheels: wheel.apply_forces(self)