tibia-client/modules/game_battle/battle.otmod

18 lines
271 B
Plaintext
Raw Normal View History

Module
name: game_battle
description: Manage battle window
author: andrefaramir, BeniS
website: www.otclient.info
icon: battle.png
2012-04-27 06:54:14 +02:00
dependencies:
- game_interface
2012-04-27 06:54:14 +02:00
@onLoad: |
dofile 'battle'
Battle.init()
2012-04-27 06:54:14 +02:00
@onUnload: |
Battle.terminate()