tibia-client/modules/topmenu/topmenu.otmod

20 lines
308 B
Plaintext

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