6 lines
216 B
Lua
6 lines
216 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---Removes the item from the upgrade dialog. This function can currently only be called when at the upgrade merchant
|
|
function ClearItemUpgrade() end
|