Module
  name: game_ruleviolation
  description: Rule violation interface (Ctrl+Y)
  author: andrefaramir
  website: www.otclient.info

  dependencies:
    - game

  @onLoad: |
    dofile 'ruleviolation'
    RuleViolation.init()

  @onUnload: |
    RuleViolation.terminate()