Debug

local Bridge = exports.community_bridge:Bridge()

---This will print a colored message to the console with the designated prefix.
---@param message string

Bridge.Prints.Debug(message)

Last updated