tibia-client/modules/client_modulemanager/modulemanager.otmod

16 lines
293 B
Plaintext
Raw Normal View History

2012-02-06 02:44:47 +01:00
Module
name: client_modulemanager
description: Manage other modules
author: OTClient team
website: https://github.com/edubart/otclient
2012-02-06 20:19:47 +01:00
dependencies:
- client_topmenu
@onLoad: |
dofile 'modulemanager'
2012-02-06 02:44:47 +01:00
ModuleManager.init()
@onUnload: |
2012-02-06 02:44:47 +01:00
ModuleManager.terminate()