module Base
{
	template vehicle AxleV103M35A2
	{
        template! = runFlatsMedium4AxleRear,

		part TireRearLeft
		{
			model InflatedTirePlusWheels
			{
				file = runFlatMedium4Axle,
                offset = -0.9111 0.0000 0.0000,
			}
		}

        part TireRearRight
		{
			model InflatedTirePlusWheels
			{
				file = runFlatMedium4Axle,
                offset = 0.9111 0.0000 0.0000,
			}
		}
	}
}