tibia-client/modules/game_combatcontrols/combatcontrols.otmod

16 lines
273 B
Plaintext

Module
name: game_combatcontrols
description: Combat controls window
author: edubart
website: www.otclient.info
dependencies:
- game_interface
@onLoad: |
dofile 'combatcontrols'
CombatControls.init()
@onUnload: |
CombatControls.terminate()