mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
12 lines
253 B
Plaintext
12 lines
253 B
Plaintext
Module
|
|
name: client_modulemanager
|
|
description: Manage other modules
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
onLoad: |
|
|
require 'modulemanager'
|
|
ModuleManager.init()
|
|
|
|
onUnload: |
|
|
ModuleManager.terminate()
|