tibia-client/modules/game_minimap/minimap.otmod

16 lines
244 B
Plaintext

Module
name: game_minimap
description: Manage minimap
author: edubart, BeniS
website: www.otclient.info
dependencies:
- game_interface
@onLoad: |
dofile 'minimap'
Minimap.init()
@onUnload: |
Minimap.terminate()