tibia-client/modules/client_topmenu/topmenu.otmod

14 lines
249 B
Plaintext

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