comparison Modules/Currency.lua @ 136:414e37af1b1b v8.0.1-20180718

8.0.1 "pre-patch" updates - disabled PaperDoll, ArtifactPower, and Social/LFG modules
author Nenue
date Wed, 18 Jul 2018 15:31:15 -0400
parents 86621c60512b
children
comparison
equal deleted inserted replaced
135:4979b5cca6de 136:414e37af1b1b
61 EventList = {'PLAYER_ENTERING_WORLD'}, 61 EventList = {'PLAYER_ENTERING_WORLD'},
62 moduleName = 'Currency Watch', 62 moduleName = 'Currency Watch',
63 anchorPoint = 'TOP', 63 anchorPoint = 'TOP',
64 anchorPriority = 2, 64 anchorPriority = 2,
65 } 65 }
66 VeneerCurrencyBlockMixin = {} 66 VeneerCurrencyBlockMixin = {
67 OnLoad = function() end,
68 OnEvent = function() end,
69 OnShow = function() end,
70 OnHide = function() end,
71 }
67 local module = VeneerCurrencyMixin 72 local module = VeneerCurrencyMixin
68 local block = VeneerCurrencyBlockMixin 73 local block = VeneerCurrencyBlockMixin
69 74
70 75
71 76