tibia-client/modules/game_hotkeys/hotkeys_manager.otmod

15 lines
295 B
Plaintext
Raw Normal View History

2012-02-07 04:32:15 +01:00
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()