mirror of
https://github.com/edubart/otclient.git
synced 2026-01-12 17:11:29 +01:00
16 lines
255 B
Plaintext
16 lines
255 B
Plaintext
Module
|
|
name: game_console
|
|
description: Manage chat window
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
dependencies:
|
|
- game
|
|
|
|
@onLoad: |
|
|
dofile 'console'
|
|
Console.init()
|
|
|
|
@onUnload: |
|
|
Console.terminate()
|