otclient/modules/game_hotkeys/hotkeys_manager.otmod
Eduardo Bart 788a831f24 bug report module
* change modules authors and website
* avoid anchors recursivity crash
* update README
2012-05-01 10:06:38 -03:00

15 lines
260 B
Plaintext

Module
name: game_hotkeys
description: Manage client hotkeys
author: andrefaramir
website: www.otclient.info
dependencies:
- game
@onLoad: |
dofile 'hotkeys_manager'
HotkeysManager.init()
@onUnload: |
HotkeysManager.terminate()