mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 05:23:26 +02:00
Use new coding style in game modules
Lots of refactoring and changes Remove docs folder
This commit is contained in:
@@ -3,13 +3,7 @@ Module
|
||||
description: Rule violation interface (Ctrl+Y)
|
||||
author: andrefaramir
|
||||
website: www.otclient.info
|
||||
|
||||
dependencies:
|
||||
- game_interface
|
||||
|
||||
@onLoad: |
|
||||
dofile 'ruleviolation'
|
||||
RuleViolation.init()
|
||||
|
||||
@onUnload: |
|
||||
RuleViolation.terminate()
|
||||
sandboxed: true
|
||||
scripts: [ ruleviolation.lua ]
|
||||
@onLoad: init()
|
||||
@onUnload: terminate()
|
||||
|
Reference in New Issue
Block a user