流程merge完成

This commit is contained in:
2024-12-27 00:03:41 +08:00
parent 901680e7d9
commit 24cf10121c
42 changed files with 7478 additions and 5479 deletions
@@ -17,7 +17,7 @@ namespace AibisDream.FixSystem
public GameObject bodyModulePrefab;
[HideInInspector]public Transform bodyModuleGroup;
[HideInInspector]public OscilloscopeSystem oscilloscopeSystem;
[HideInInspector]public HeatMapController heatMapController;
[HideInInspector]public HeatMapController heatMapController;
#endregion
@@ -67,7 +67,10 @@ 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>();
if(transform.Find("HeatMapController"))
{
heatMapController=transform.Find("HeatMapController").GetComponent<HeatMapController>();
}
FixSystemCenter.SystemDic.Register(this);
}