Skip to content

Commit

Permalink
Fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
delasy committed Oct 26, 2024
1 parent 5a5737c commit 1c09858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulators/zombie-survival/ZombieSurvival.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { REPLAY_SPEED } from "../../constants/visualizer";
import { ChangeType } from "./Change";
import { Entity } from "./Entity";
import { Position, samePosition } from "./Position";
Expand All @@ -6,7 +7,6 @@ import { Player } from "./entities/Player";
import { Rock } from "./entities/Rock";
import { Zombie } from "./entities/Zombie";
import { entityAt } from "./lib/entityAt";
import { REPLAY_SPEED } from "@/constants/visualizer";

export class ZombieSurvival {
public readonly boardHeight: number;
Expand Down

0 comments on commit 1c09858

Please sign in to comment.