| 1 | import { QuerySystem, QueryBuilder, QueryConditionType } from '../../../src/ECS/Core/QuerySystem'; |
| 2 | import { Entity } from '../../../src/ECS/Entity'; |
| 3 | import { Component } from '../../../src/ECS/Component'; |
| 4 | import { ComponentRegistry, ComponentType } from '../../../src/ECS/Core/ComponentStorage'; |
nothing calls this directly
no test coverage detected