MCPcopy Index your code
hub / github.com/esengine/esengine / EngineRuntimeModule

Class EngineRuntimeModule

packages/engine-core/src/EnginePlugin.ts:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262// ============================================================================
263
264class EngineRuntimeModule implements IRuntimeModule {
265 registerComponents(registry: IComponentRegistry): void {
266 registry.register(TransformComponent);
267 }
268}
269
270const manifest: ModuleManifest = {
271 id: 'engine-core',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected