tibia-client/modules/game_bugreport/bugreport.otmod

16 lines
260 B
Plaintext

Module
name: game_bugreport
description: Bug report interface (Ctrl+Z)
author: edubart
website: www.otclient.info
dependencies:
- game_interface
@onLoad: |
dofile 'bugreport'
BugReport.init()
@onUnload: |
BugReport.terminate()