tibia-client/modules/game_ruleviolation/ruleviolation.otmod

16 lines
285 B
Plaintext

Module
name: game_ruleviolation
description: Rule violation interface (Ctrl+Y)
author: andrefaramir
website: www.otclient.info
dependencies:
- game_interface
@onLoad: |
dofile 'ruleviolation'
RuleViolation.init()
@onUnload: |
RuleViolation.terminate()