Warn

local Bridge = exports.community_bridge:Bridge()

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

Bridge.Prints.Warn(message)

Last updated