2012-05-01 15:06:38 +02:00
|
|
|
Module
|
|
|
|
name: game_bugreport
|
|
|
|
description: Bug report interface (Ctrl+Z)
|
|
|
|
author: edubart
|
|
|
|
website: www.otclient.info
|
|
|
|
|
|
|
|
dependencies:
|
2012-06-20 02:15:56 +02:00
|
|
|
- game_interface
|
2012-05-01 15:06:38 +02:00
|
|
|
|
|
|
|
@onLoad: |
|
|
|
|
dofile 'bugreport'
|
|
|
|
BugReport.init()
|
|
|
|
|
|
|
|
@onUnload: |
|
|
|
|
BugReport.terminate()
|