| 262 | // ============================================================================ |
| 263 | |
| 264 | class EngineRuntimeModule implements IRuntimeModule { |
| 265 | registerComponents(registry: IComponentRegistry): void { |
| 266 | registry.register(TransformComponent); |
| 267 | } |
| 268 | } |
| 269 | |
| 270 | const manifest: ModuleManifest = { |
| 271 | id: 'engine-core', |
nothing calls this directly
no outgoing calls
no test coverage detected