15 lines
295 B
Plaintext
15 lines
295 B
Plaintext
|
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()
|