otclient/modules/game_textwindow/textwindow.otmod
Eduardo Bart c54cd1fdf1 Use new coding style in game modules
Lots of refactoring and changes
Remove docs folder
2012-07-24 02:30:08 -03:00

11 lines
261 B
Plaintext

Module
name: game_textwindow
description: Allow to edit text books and lists
author: edubart, BeniS
website: www.otclient.info
sandboxed: true
dependencies: [ game_interface ]
scripts: [ textwindow.lua ]
@onLoad: init()
@onUnload: terminate()