From bfe300a1aaceef53670427aeb0b57b8c9a092e43 Mon Sep 17 00:00:00 2001 From: Ryan Barlow Date: Thu, 8 Jan 2026 11:21:28 +0000 Subject: [PATCH] Remove unused import PlayerActions --- src/client/graphics/layers/GhostStructureManager.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/graphics/layers/GhostStructureManager.ts b/src/client/graphics/layers/GhostStructureManager.ts index 888ba0d37..335a08039 100644 --- a/src/client/graphics/layers/GhostStructureManager.ts +++ b/src/client/graphics/layers/GhostStructureManager.ts @@ -5,7 +5,6 @@ import { wouldNukeBreakAlliance } from "../../../core/execution/Util"; import { BuildableUnit, Cell, - PlayerActions, UnitType, } from "../../../core/game/Game"; import { TileRef } from "../../../core/game/GameMap";