6 lines
229 B
Lua
6 lines
229 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---Puts an item into the item upgrade dialog. This function can currently only be called when at the upgrade merchant
|
|
function SetItemUpgradeFromCursorItem() end
|