mirror of
https://github.com/edubart/otclient.git
synced 2025-05-02 02:29:22 +02:00
15 lines
273 B
Plaintext
15 lines
273 B
Plaintext
Module
|
|
name: client_topmenu
|
|
description: Create the top menu
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
autoload: true
|
|
autoload-antecedence: 120
|
|
|
|
onLoad: |
|
|
dofile 'topmenu'
|
|
TopMenu.init()
|
|
|
|
onUnload: |
|
|
TopMenu.terminate()
|