MCPcopy Create free account
hub / github.com/esengine/esengine / SystemB

Class SystemB

packages/core/tests/ECS/EntitySystemDI.test.ts:128–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 @Injectable()
129 @ECSSystem('B')
130 class SystemB extends EntitySystem implements IService {
131 @InjectProperty(SystemA)
132 public systemA!: SystemA;
133
134 constructor() {
135 super(Matcher.empty());
136 }
137 override dispose() {}
138 }
139
140 @Injectable()
141 @ECSSystem('C')

Callers

nothing calls this directly

Calls 3

InjectableFunction · 0.90
ECSSystemFunction · 0.90
InjectPropertyFunction · 0.90

Tested by

no test coverage detected