tibia-client/modules/client_topmenu/topmenu.otmod

13 lines
229 B
Plaintext

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