| 1 | import { ComponentRegistry, GlobalComponentRegistry, ComponentStorage, ComponentStorageManager } from '../../../src/ECS/Core/ComponentStorage'; |
| 2 | import { Component } from '../../../src/ECS/Component'; |
| 3 | import { BitMask64Utils } from '../../../src/ECS/Utils/BigIntCompatibility'; |
| 4 |
nothing calls this directly
no test coverage detected