added hotkey manager

This commit is contained in:
AndreFaramir
2012-02-07 01:32:15 -02:00
parent 85a121822e
commit 7ed81799b4
6 changed files with 585 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
Module
name: game_hotkeys
description: Manage client hotkeys
author: OTClient team
website: https://github.com/edubart/otclient
dependencies:
- client_tibiafiles
onLoad: |
require 'hotkeys_manager'
HotkeysManager.init()
onUnload: |
HotkeysManager.terminate()