mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 10:09:21 +02:00
18 lines
273 B
Plaintext
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()
|
|
|