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