mirror of
https://github.com/edubart/otclient.git
synced 2025-05-02 10:39:21 +02: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) |