mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +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: Manage minimap
|
||||
author: edubart, BeniS
|
||||
website: www.otclient.info
|
||||
|
||||
dependencies:
|
||||
- game_interface
|
||||
|
||||
@onLoad: |
|
||||
dofile 'minimap'
|
||||
Minimap.init()
|
||||
|
||||
@onUnload: |
|
||||
Minimap.terminate()
|
||||
sandboxed: true
|
||||
scripts: [minimap.lua]
|
||||
@onLoad: init()
|
||||
@onUnload: terminate()
|
||||
|
Reference in New Issue
Block a user