Event.Invoke()
Invoke this event. This calls all the attached listeners, permanent and otherwise.
Usage
---@type Event
local event;
event.Invoke()
Invoke this event. This calls all the attached listeners, permanent and otherwise.
---@type Event
local event;
event.Invoke()