diff 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
line wrap: on
line diff
--- a/Modules/Currency.lua	Thu Jan 25 20:58:10 2018 -0500
+++ b/Modules/Currency.lua	Wed Jul 18 15:31:15 2018 -0400
@@ -63,7 +63,12 @@
   anchorPoint = 'TOP',
   anchorPriority = 2,
 }
-VeneerCurrencyBlockMixin = {}
+VeneerCurrencyBlockMixin = {
+  OnLoad = function() end,
+  OnEvent = function() end,
+  OnShow = function() end,
+  OnHide = function() end,
+}
 local module = VeneerCurrencyMixin
 local block = VeneerCurrencyBlockMixin