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