tibia-client/modules/game_battle/battle.otmod

18 lines
273 B
Plaintext

Module
name: game_battle
description: Manage battle window
author: OTClient team
website: https://github.com/edubart/otclient
icon: battle.png
dependencies:
- game
@onLoad: |
dofile 'battle'
Battle.init()
@onUnload: |
Battle.terminate()