We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d21c96b + 3b01926 commit ebeea9bCopy full SHA for ebeea9b
1 file changed
src/core/system.d.ts
@@ -1,6 +1,6 @@
1
import { System, Attributes } from "ecsy";
2
-import { ECSYThreeWorld } from "./world";
3
-import { ECSYThreeEntity } from "./entity";
+import { ECSYThreeWorld } from "../world.js";
+import { ECSYThreeEntity } from "../entity.js";
4
5
export abstract class ECSYThreeSystem extends System {
6
constructor(world: ECSYThreeWorld, attributes?: Attributes);
0 commit comments