From 3fb37f0249abe78a9ede7f3c9d88980ed8e75110 Mon Sep 17 00:00:00 2001 From: gamer147 Date: Fri, 3 Jul 2026 21:06:53 -0400 Subject: [PATCH] chore(engine-cleanup): drop stale BattleAmbientContext analyzer root --- tools/engine-port/ClosureAnalyzer/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/engine-port/ClosureAnalyzer/Program.cs b/tools/engine-port/ClosureAnalyzer/Program.cs index e1ff7580..15e00649 100644 --- a/tools/engine-port/ClosureAnalyzer/Program.cs +++ b/tools/engine-port/ClosureAnalyzer/Program.cs @@ -14,7 +14,6 @@ public static class Program "SVSim.BattleEngine.Rng.HeadlessBattleMgr", "SVSim.BattleEngine.Rng.HeadlessNetworkBattleMgr", "Wizard.Battle.Mulligan.MulliganMgrBase", - "SVSim.BattleEngine.Ambient.BattleAmbientContext", }; private static readonly HashSet NUnitAttributeNames = new(StringComparer.Ordinal)