mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00
16 lines
269 B
Plaintext
16 lines
269 B
Plaintext
Module
|
|
name: client_modulemanager
|
|
description: Manage other modules
|
|
author: edubart
|
|
website: www.otclient.info
|
|
|
|
dependencies:
|
|
- client_topmenu
|
|
|
|
@onLoad: |
|
|
dofile 'modulemanager'
|
|
ModuleManager.init()
|
|
|
|
@onUnload: |
|
|
ModuleManager.terminate()
|