5 lines
173 B
Lua
5 lines
173 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Begins moving the player character backward. Used by the MOVEBACKWARD binding.
|
|
function MoveBackwardStart() end
|