mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01:00
8 lines
97 B
Lua
8 lines
97 B
Lua
CombatControls = {}
|
|
|
|
function CombatControls.init()
|
|
end
|
|
|
|
|
|
function CombatControls.terminate()
|
|
end |