mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00
17 lines
298 B
Plaintext
17 lines
298 B
Plaintext
Module
|
|
name: console
|
|
description: Console for executing lua functions
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
autoLoad: true
|
|
dependencies:
|
|
- core
|
|
|
|
onLoad: |
|
|
require 'console'
|
|
Console.init()
|
|
return true
|
|
|
|
onUnload: |
|
|
Console.terminate()
|