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