namespace VeloX; public partial class VeloXCar { private void WheelThink( in float dt ) { foreach ( var w in Wheels ) w.Update( this, dt ); } }