@@ -0,0 +1,8 @@
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)
The note is not visible to the blocked user.