tibia-client/modules/client_topmenu/topmenu.otmod

13 lines
206 B
Plaintext

Module
name: client_topmenu
description: Create the top menu
author: edubart
website: www.otclient.info
@onLoad: |
dofile 'topmenu'
TopMenu.init()
@onUnload: |
TopMenu.terminate()