🎨
This commit is contained in:
parent
a0c9fd75d7
commit
816493e01f
4 changed files with 21 additions and 4 deletions
4
src/client/events.ts
Normal file
4
src/client/events.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { EventEmitter } from 'eventemitter3';
|
||||
|
||||
// TODO: 型付け
|
||||
export const globalEvents = new EventEmitter();
|
||||
Loading…
Add table
Add a link
Reference in a new issue