tibia-client/modules/game_minimap/minimap.otmod

16 lines
237 B
Plaintext

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