| 1 | import { EventBus, GlobalEventBus } from '../../../src/ECS/Core/EventBus'; |
| 2 | import { IEventListenerConfig, IEventStats } from '../../../src/Types'; |
| 3 | import { ECSEventType, EventPriority } from '../../../src/ECS/CoreEvents'; |
| 4 |
nothing calls this directly
no test coverage detected