Skip to content

Commit

Permalink
Fix system.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandojsg committed Aug 6, 2020
1 parent d21c96b commit 3b01926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/system.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { System, Attributes } from "ecsy";
import { ECSYThreeWorld } from "./world";
import { ECSYThreeEntity } from "./entity";
import { ECSYThreeWorld } from "../world.js";
import { ECSYThreeEntity } from "../entity.js";

export abstract class ECSYThreeSystem extends System {
constructor(world: ECSYThreeWorld, attributes?: Attributes);
Expand Down

0 comments on commit 3b01926

Please sign in to comment.