Skip to content

Commit

Permalink
Merge pull request #26 from MozillaReality/fixsystem
Browse files Browse the repository at this point in the history
Fix system.d.ts
  • Loading branch information
fernandojsg authored Aug 6, 2020
2 parents d21c96b + 3b01926 commit ebeea9b
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 ebeea9b

Please sign in to comment.