mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
16 lines
251 B
Plaintext
16 lines
251 B
Plaintext
Module
|
|
name: game_minimap
|
|
description: Manage minimap
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
dependencies:
|
|
- game
|
|
|
|
@onLoad: |
|
|
dofile 'minimap'
|
|
Minimap.init()
|
|
|
|
@onUnload: |
|
|
Minimap.terminate()
|