Skip to content

Commit

Permalink
refactor(state): Remove unused import from game-instance-impl.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowman2 committed Nov 27, 2018
1 parent 37a2eb8 commit 3cc9eba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/state/impl/game-instance-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import { buildInstanceEvents, InstanceEventsInternal, on } from "../../events";
import { buildInstanceOutput, InstanceOutputInternal } from "../../output";
import { buildInstanceRandom, InstanceRandomInternal } from "../../random";
import { ContextManager } from "../context-manager";
import { GameInstance } from "../game-instance";
import { GameInstanceInternal } from "../game-instance-internal";

/**
Expand Down

0 comments on commit 3cc9eba

Please sign in to comment.