mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 18:19:20 +02:00
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
Module
|
|
name: client_modulemanager
|
|
description: Manage other modules
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
onLoad: |
|
|
dofile 'modulemanager'
|
|
ModuleManager.init()
|
|
|
|
onUnload: |
|
|
ModuleManager.terminate()
|