otclient/modules/game_bugreport/bugreport.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

10 lines
212 B
Plaintext

Module
name: game_bugreport
description: Bug report interface (Ctrl+Z)
author: edubart
website: www.otclient.info
scripts: [ bugreport.lua ]
sandboxed: true
@onLoad: init()
@onUnload: terminate()