6 lines
202 B
Lua
6 lines
202 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---Cancels a trade in progress. Can be used if either party has accepted the trade, but not once both have.
|
|
function CancelTrade() end
|