5 lines
181 B
Lua
5 lines
181 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number amount
|
|
---Returns the amount of money offered for trade by the player
|
|
function GetPlayerTradeMoney() end |