2012-05-01 08:49:48 +02:00
|
|
|
Module
|
|
|
|
name: game_ruleviolation
|
2012-05-01 15:06:38 +02:00
|
|
|
description: Rule violation interface (Ctrl+Y)
|
|
|
|
author: andrefaramir
|
|
|
|
website: www.otclient.info
|
2012-05-01 08:49:48 +02:00
|
|
|
|
|
|
|
dependencies:
|
2012-06-20 02:15:56 +02:00
|
|
|
- game_interface
|
2012-05-01 08:49:48 +02:00
|
|
|
|
|
|
|
@onLoad: |
|
|
|
|
dofile 'ruleviolation'
|
|
|
|
RuleViolation.init()
|
|
|
|
|
|
|
|
@onUnload: |
|
|
|
|
RuleViolation.terminate()
|