mirror of
https://github.com/edubart/otclient.git
synced 2025-05-03 11:09:20 +02:00
15 lines
260 B
Plaintext
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() |