This commit is contained in:
2025-09-28 12:05:59 +08:00
parent 972e76e655
commit b77a20f9b0
5 changed files with 27 additions and 139 deletions

View File

@@ -1,4 +1,4 @@
import type { IEventBuilder, IEventMap } from '@/core/events/IEventBuilder.ts'
import type { IEventBuilder, IEventMap } from '../IEventBuilder.ts'
interface HandlerWrapper<T extends (...args: any[]) => any> {
fn: T