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