mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
add modulemanager module
This commit is contained in:
11
modules/client_modulemanager/modulemanager.otmod
Normal file
11
modules/client_modulemanager/modulemanager.otmod
Normal file
@@ -0,0 +1,11 @@
|
||||
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()
|
Reference in New Issue
Block a user