5 lines
206 B
Lua
5 lines
206 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number numMerchantItems
|
|
---Returns the number of different items available for purchase from a vendor
|
|
function GetMerchantNumItems() end |