mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-29 13:01:27 +08:00
refactor: rename event -> event-v2 (not ready for use)
This commit is contained in:
parent
027ffbffa6
commit
8939adf886
@ -10,7 +10,7 @@ export interface ListenerIBase {
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
export class NTEventChannel extends EventEmitter {
|
||||
export class NTEventWrapperV2 extends EventEmitter {
|
||||
private wrapperApi: WrapperNodeApi;
|
||||
private wrapperSession: NodeIQQNTWrapperSession;
|
||||
private listenerRefStorage = new Map<string, ListenerIBase>();
|
||||
Loading…
Reference in New Issue
Block a user