mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
added hotkey manager
This commit is contained in:
15
modules/game_hotkeys/hotkeys_manager.otmod
Normal file
15
modules/game_hotkeys/hotkeys_manager.otmod
Normal 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()
|
Reference in New Issue
Block a user