Module
  name: game_battle
  description: Manage battle window
  author: OTClient team
  website: https://github.com/edubart/otclient
  icon: battle.png

  @onLoad: |
    dofile 'battle'
    Battle.init()

  @onUnload:
    Battle.terminate()