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