You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---@vararg Notification
function ServerNotificationsManager:InvokeNotifications(...)
local s_Notifications = {...}
for _, l_Notification in ipairs(s_Notifications) do
self:InvokeNotification(l_Notification)
end
end
why is l_Notification unknown?
The text was updated successfully, but these errors were encountered:
why is
l_Notification
unknown?The text was updated successfully, but these errors were encountered: