6 lines
180 B
Lua
6 lines
180 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number money
|
|
---Returns the total amount of money currently in the player's possession
|
|
function GetMoney() end
|