otclient/modules/game_combatcontrols/combatcontrols.otmod
2012-02-06 23:35:46 -02:00

13 lines
257 B
Plaintext

Module
name: game_combatcontrols
description: Combat controls window
author: OTClient team
website: https://github.com/edubart/otclient
onLoad: |
dofile 'combatcontrols'
CombatControls.init()
onUnload: |
CombatControls.terminate()