5 lines
183 B
Lua
5 lines
183 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return boolean isBankUnlocked
|
|
---Returns true if Ragent Bank has been purchased
|
|
function IsReagentBankUnlocked() end |