| 1 | import { ComponentSparseSet } from '../../../src/ECS/Utils/ComponentSparseSet'; |
| 2 | import { Entity } from '../../../src/ECS/Entity'; |
| 3 | import { Component } from '../../../src/ECS/Component'; |
| 4 | import { Scene } from '../../../src/ECS/Scene'; |
nothing calls this directly
no test coverage detected