tibia-client/modules/client_topmenu/topmenu.otmod

13 lines
230 B
Plaintext

Module
name: client_topmenu
description: Create the top menu
author: OTClient team
website: https://github.com/edubart/otclient
@onLoad: |
dofile 'topmenu'
TopMenu.init()
@onUnload: |
TopMenu.terminate()