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

Method constructor

packages/core/tests/ECS/EntitySystemDI.test.ts:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 @ECSSystem('A')
121 class SystemA extends EntitySystem implements IService {
122 constructor() {
123 super(Matcher.empty());
124 }
125 override dispose() {}
126 }
127

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected