mirror of
https://github.com/edubart/otclient.git
synced 2025-12-21 07:57:12 +01:00
10 lines
179 B
Lua
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) |