mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 01:29:21 +02:00

* make inventory/healthbar work again allowing reload * changes in top menu toggle buttons * all modules are now reloadable by default * fix warning when using fade in * remove some unused files
16 lines
293 B
Plaintext
16 lines
293 B
Plaintext
Module
|
|
name: client_modulemanager
|
|
description: Manage other modules
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
dependencies:
|
|
- client_topmenu
|
|
|
|
@onLoad: |
|
|
dofile 'modulemanager'
|
|
ModuleManager.init()
|
|
|
|
@onUnload: |
|
|
ModuleManager.terminate()
|