module Base
{
    template vehicle VVA_SUV_Rear {
		template! = VVA_SUV_RearLeft,
		template! = VVA_SUV_RearRight,
	}
    template vehicle VVA_SUV_Rear_nr {
		template! = VVA_SUV_RearLeft_nr,
		template! = VVA_SUV_RearRight_nr,
	}
}
