MCPcopy Create free account
hub / github.com/eva-engine/eva.js / init

Method init

examples/src/component.ts:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49 class DemoSystem extends System {
50 init() {
51 console.log('system init');
52 }
53 awake() {
54 console.log('system awake');
55 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected