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