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