forked from Simnation/Main
8 lines
No EOL
166 B
Lua
8 lines
No EOL
166 B
Lua
---@diagnostic disable: lowercase-global
|
|
|
|
---@param data NotificationParams Notification data
|
|
function notify(data)
|
|
exports.ox_lib:notify(data)
|
|
end
|
|
|
|
return notify |