mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 01:29:21 +02:00
14 lines
249 B
Plaintext
14 lines
249 B
Plaintext
Module
|
|
name: client_terminal
|
|
description: Terminal for executing lua functions
|
|
author: edubart
|
|
website: www.otclient.info
|
|
|
|
@onLoad: |
|
|
dofile 'terminal'
|
|
dofile 'commands'
|
|
Terminal.init()
|
|
|
|
@onUnload: |
|
|
Terminal.terminate()
|