tibia-client/modules/game_console/console.otmod

16 lines
255 B
Plaintext
Raw Normal View History

Module
name: game_console
description: Manage chat window
author: OTClient team
website: https://github.com/edubart/otclient
2012-04-27 06:54:14 +02:00
dependencies:
- game
@onLoad: |
dofile 'console'
Console.init()
@onUnload: |
Console.terminate()