use new pq library

This commit is contained in:
evanpelle
2024-08-28 17:51:24 -07:00
parent b672a79dcd
commit 09cd7e3648
5 changed files with 10 additions and 18 deletions
-1
View File
@@ -1,4 +1,3 @@
import PriorityQueue from "priority-queue-typescript";
import {Cell, Execution, MutableGame, Game, MutablePlayer, PlayerInfo, TerraNullius, Tile} from "../Game";
import {AttackIntent, BoatAttackIntentSchema, Intent, Turn} from "../Schemas";
import {AttackExecution} from "./AttackExecution";