2012-02-09 06:27:29 +01:00
|
|
|
Module
|
|
|
|
name: game_battle
|
|
|
|
description: Manage battle window
|
|
|
|
author: OTClient team
|
|
|
|
website: https://github.com/edubart/otclient
|
2012-03-28 16:10:21 +02:00
|
|
|
icon: battle.png
|
2012-03-22 22:47:52 +01:00
|
|
|
|
|
|
|
@onLoad: |
|
2012-02-09 06:27:29 +01:00
|
|
|
dofile 'battle'
|
2012-03-28 16:10:21 +02:00
|
|
|
Battle.init()
|
|
|
|
|
|
|
|
@onUnload:
|
|
|
|
Battle.terminate()
|
|
|
|
|