tibia-client/modules/otclientrc.lua

6 lines
172 B
Lua
Raw Normal View History

-- this file is loaded after all modules are loaded and initialized
-- you can place any custom user code here
-- you
Keyboard.bindKeyDown('Ctrl+R', Client.reloadScripts)