mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01: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