Mercurial > wow > breuesk
view Options.lua @ 44:8913e7d79cad
Refactoring some very simple items to a Utility file
author | John@Yosemite-PC |
---|---|
date | Thu, 15 Mar 2012 22:58:54 -0400 |
parents | 4109683c3172 |
children |
line wrap: on
line source
--local bsk = bsk --local _G=_G setfenv(1,bsk) options = { name= 'bsk', type = 'group', args = { version = { type = "execute", name = "Version query", desc = "Check others' versions", func = function(self) print("TODO") end } } }