adding persistent id

This commit is contained in:
Evan
2024-12-17 14:30:16 -08:00
committed by evanpelle
parent d99b60b477
commit 722165c401
15 changed files with 65 additions and 23 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { CellString, GameImpl } from "./GameImpl";
import { UnitImpl } from "./UnitImpl";
import { TileImpl } from "./TileImpl";
import { MessageType } from "../../client/graphics/layers/EventsDisplay";
import { renderTroops } from "../../client/graphics/Utils";
import { renderTroops } from "../../client/Utils";
interface Target {
tick: Tick