GetThirst

local Bridge = exports.community_bridge:Bridge()

---This will get the thirst of a player
---@param src any
---@return number | nil

local metadata = Bridge.Framework.GetThirst(src)
print(metadata)

Last updated