mirror of
https://github.com/edubart/otclient.git
synced 2025-05-02 10:39:21 +02:00
18 lines
254 B
Plaintext
18 lines
254 B
Plaintext
Module
|
|
name: game_battle
|
|
description: Manage battle window
|
|
author: andrefaramir
|
|
website: www.otclient.info
|
|
icon: battle.png
|
|
|
|
dependencies:
|
|
- game
|
|
|
|
@onLoad: |
|
|
dofile 'battle'
|
|
Battle.init()
|
|
|
|
@onUnload: |
|
|
Battle.terminate()
|
|
|