fix compiler error

This commit is contained in:
evanpelle
2024-08-30 19:42:08 -07:00
parent f01949f007
commit 6aacffc27d
-2
View File
@@ -3,8 +3,6 @@ import {Config} from "../configuration/Config"
import {Execution, MutableGame, MutablePlayer, PlayerID, Tile} from "../Game"
import {bfs, calculateBoundingBox, getMode, inscribed, simpleHash} from "../Util"
import {GameImpl} from "../GameImpl"
import {gr} from "../../client/ClientGame"
import {AttackExecution} from "./AttackExecution"
export class PlayerExecution implements Execution {