1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
----
-- ZO_MarketAnnouncement_Keyboard
----
end
-- This data must be setup before parent initialize is called
{
[ ZO_ACTION_TILE_TYPE . DAILY_REWARDS ] = "ZO_DailyRewardsTile_Keyboard_Control"
}
self . carousel = ZO_MarketProductCarousel_Keyboard : New ( self . carouselControl , "ZO_MarketAnnouncementMarketProductTile_Keyboard_Control" )
end
end
end
return marketProduct
end
--global XML functions
end
end |