tibia-client/modules/client_topmenu/topmenu.otmod

15 lines
273 B
Plaintext

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