6 lines
159 B
Lua
6 lines
159 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number cost
|
|
---Returns the cost of the reagent bank tab
|
|
function GetReagentBankCost() end
|