We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98dd5c9 commit 89555b4Copy full SHA for 89555b4
src/libs/part-base/files/js/__part__/systems/example.system.js
@@ -12,7 +12,7 @@ import { ExampleComponent } from "../components/example.component";
12
* @param {Registry} registry - ECS registry instance
13
* @param {Context} ctx - Nanoforge <%= part %> instance
14
*/
15
-export const exampleSystem = (registry: Registry, ctx: Context) => {
+export const exampleSystem = (registry, ctx) => {
16
const entities = registry.getZipper([ExampleComponent]);
17
18
entities.forEach((entity) => {
0 commit comments