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

Class SystemA

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

Source from the content-addressed store, hash-verified

117
118 test('应该支持多层级依赖注入', () => {
119 @Injectable()
120 @ECSSystem('A')
121 class SystemA extends EntitySystem implements IService {
122 constructor() {
123 super(Matcher.empty());
124 }
125 override dispose() {}
126 }
127
128 @Injectable()
129 @ECSSystem('B')

Callers

nothing calls this directly

Calls 2

InjectableFunction · 0.90
ECSSystemFunction · 0.90

Tested by

no test coverage detected