This commit is contained in:
2024-12-26 14:57:57 +08:00
parent 5d0a9530fe
commit 59ab59bd07
5 changed files with 5240 additions and 3980 deletions
@@ -67,7 +67,7 @@ namespace AibisDream.FixSystem
CableSystem = transform.Find("Cable System").GetComponent<CableSystem>();
bodyModuleGroup = transform.Find("Body Module Group");
oscilloscopeSystem = transform.Find("Oscilloscope System").GetComponent<OscilloscopeSystem>();
// heatMapController=transform.Find("HeatMapController").GetComponent<HeatMapController>();
heatMapController=transform.Find("HeatMapController").GetComponent<HeatMapController>();
FixSystemCenter.SystemDic.Register(this);
}