tibia-client/modules/client_topmenu/topmenu.otmod

13 lines
206 B
Plaintext
Raw Normal View History

2011-11-01 17:41:15 +01:00
Module
2011-12-05 19:27:07 +01:00
name: client_topmenu
2011-11-01 17:41:15 +01:00
description: Create the top menu
author: edubart
website: www.otclient.info
2011-11-01 17:41:15 +01:00
@onLoad: |
dofile 'topmenu'
2012-01-07 18:36:58 +01:00
TopMenu.init()
2011-11-01 17:41:15 +01:00
@onUnload: |
2012-01-07 18:36:58 +01:00
TopMenu.terminate()