6 lines
182 B
Lua
6 lines
182 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---Drops any money currently on the cursor, returning it to where it was taken from
|
|
function DropCursorMoney() end
|