mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00
9 lines
163 B
Lua
9 lines
163 B
Lua
-- place any code for testing purposes here
|
|
|
|
function init()
|
|
local box = createWidget('ComboBox')
|
|
box:moveTo({x=100, y=8})
|
|
displayUI(box)
|
|
end
|
|
|
|
addEvent(init) |