About
Event
is a extended Resolvable
class that handles connecting a event with a function when building instances.
Using it in a Description
:
{
[Builder.Event("EventName")] = function(...) return end
}
Event
is a extended Resolvable
class that handles connecting a event with a function when building instances.
Using it in a Description
:
{
[Builder.Event("EventName")] = function(...) return end
}