Mercurial > wow > skeletonkey
diff SkeletonKey/SkeletonKey.lua @ 59:d8bb2629fea8
LKT
- organized addon templates a little
- centralized ticker
author | Nenue |
---|---|
date | Sat, 27 Aug 2016 10:31:48 -0400 |
parents | a545933ddf3d |
children | 556e075983a6 |
line wrap: on
line diff
--- a/SkeletonKey/SkeletonKey.lua Mon Aug 22 09:24:33 2016 -0400 +++ b/SkeletonKey/SkeletonKey.lua Sat Aug 27 10:31:48 2016 -0400 @@ -305,11 +305,6 @@ end -kb.wrap = function(module) - kb.modules = kb.modules or {} - tinsert(kb.modules, module) -end - -- Volatiles Access kb.FormatActionID = function(actionType, actionID) return tostring(actionType) .. '_' .. tostring(actionID) end kb.GetBindings = function() return kb.bindings end