18 lines
293 B
Lua
18 lines
293 B
Lua
--[[ $Id: ActionBarPrototype.lua 57691 2007-12-30 21:36:55Z nevcairiel $ ]]
|
|
|
|
local ActionBar = Bartender4.ActionBar
|
|
|
|
local module = Bartender4:GetModule("ActionBars")
|
|
|
|
function module:GetStanceOptionsTable()
|
|
local options = {
|
|
|
|
}
|
|
|
|
return options
|
|
end
|
|
|
|
function ActionBar:InitStates()
|
|
|
|
end
|