rbx-event
v1.0.5
Published
### Event<[A, B, C]> ```TS connect(callback: (a: A, b: B, c: C) => void): EventConnection; fire(a: A, b: B, c: C): void; ```
Downloads
23
Readme
rbx-event
Event<[A, B, C]>
connect(callback: (a: A, b: B, c: C) => void): EventConnection;
fire(a: A, b: B, c: C): void;
EventConnection
disconnect(): void;