4 lines
252 B
Lua
4 lines
252 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Ends interaction with the Trade Skill UI. Fires the TRADE_SKILL_CLOSE event, indicating that TradeSkill APIs may no longer have effects or return valid data.
|
|
function CloseTradeSkill() end |