fix: 补 _knownMunitions 字段声明
This commit is contained in:
parent
af8b0dac35
commit
d3295418b7
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user