comparison Modules/FriendsFrame.lua @ 121:1f68c46bc4de

BuffFrame: - Added interface framework for selectively hiding certain buff's auxiliary values.
author Nenue
date Mon, 17 Jul 2017 11:51:31 -0400
parents ddfe19d70a34
children
comparison
equal deleted inserted replaced
120:5f1ba488c395 121:1f68c46bc4de
1 -- Veneer 1 -- Veneer
2 -- FriendsFrame.lua 2 -- FriendsFrame.lua
3 -- Created: 10/27/2016 8:50 PM 3 -- Created: 10/27/2016 8:50 PM
4 -- %file-revision% 4 -- %file-revision%
5 -- 5 --
6 6 local m = {}
7 VeneerLFGMixin = {} 7 VeneerLFGMixin = m
8 local Module = VeneerLFGMixin
9 local _, db = ... 8 local _, db = ...
10 local print = DEVIAN_WORKSPACE and function(...) print('VnTweaks', ...) end or nop 9 local print = DEVIAN_WORKSPACE and function(...) print('VnTweaks', ...) end or nop
11 10
12 print('tweaks') 11 print('tweaks')
13 12