tibia-client/modules/game_combatcontrols/combatcontrols.otmod

13 lines
259 B
Plaintext
Raw Normal View History

Module
name: game_combatcontrols
description: Combat controls window
author: OTClient team
website: https://github.com/edubart/otclient
2012-02-07 02:35:46 +01:00
@onLoad: |
dofile 'combatcontrols'
2012-02-07 02:35:46 +01:00
CombatControls.init()
@onUnload: |
2012-02-07 02:35:46 +01:00
CombatControls.terminate()