tibia-client/modules/topmenu/topmenu.otmod

20 lines
308 B
Plaintext
Raw Normal View History

2011-11-01 17:41:15 +01:00
Module
name: topmenu
description: Create the top menu
author: OTClient team
website: https://github.com/edubart/otclient
dependencies:
- core
- entergame
- options
- about
2011-11-01 17:41:15 +01:00
onLoad: |
require 'topmenu'
TopMenu.create()
return true
onUnload: |
TopMenu.destroy()