7 lines
221 B
Lua
7 lines
221 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param index number
|
|
---@param shouldExpand number
|
|
---Expands or collapses a list header in the Currency UI
|
|
function ExpandCurrencyList(index, shouldExpand) end
|