otclient/modules/playground/playground.lua
2011-11-13 02:13:32 -02:00

10 lines
179 B
Lua

-- place any code for testing purposes here
function displayMenuPopup(file, parent)
end
local function init()
UI.loadAndDisplay('/playground/menubar.otui')
end
addEvent(init)