fix: 补 _knownMunitions 字段声明

This commit is contained in:
tian 2026-06-11 18:11:17 +08:00
parent af8b0dac35
commit d3295418b7

View File

@ -28,6 +28,7 @@ namespace CounterDrone.Unity
private readonly Dictionary<string, GameObject> _entityVisuals = new();
private readonly Dictionary<string, GameObject> _clouds = new();
private readonly HashSet<string> _knownMunitions = new();
public SimulationEngine Engine => _engine;