GetAccountMoney

local Bridge = exports.community_bridge:Bridge()

Bridge.Managment.GetAccountMoney(account)

---This will return a table with account details
---@param account string
---@return table
Managment.GetAccountMoney(account)

Last updated