ingame/map/gamepad/worldmapzonestory_gamepad.lua:32 -- self.rowPool:SetCustomFactoryBehavior(function(control)
control.icon = control:GetNamedChild("Icon")
control.descriptorLabel = control:GetNamedChild("Descriptor")
control.progressLabel = control:GetNamedChild("ProgressLabel")
control.progressBar = control:GetNamedChild("ProgressBar")
end)