This commit is contained in:
parent
507e72a05c
commit
fef4661d63
|
@ -4282,7 +4282,7 @@ MonoBehaviour:
|
|||
- {fileID: 1775693151}
|
||||
- {fileID: 1577392988}
|
||||
- {fileID: 1641381927}
|
||||
check_JieXian: {fileID: 0}
|
||||
check_JieXian: {fileID: 950850343}
|
||||
--- !u!114 &1760046075 stripped
|
||||
MonoBehaviour:
|
||||
m_CorrespondingSourceObject: {fileID: 2576541080767639300, guid: 10f4454f32eb20e4298912d896f6020e, type: 3}
|
||||
|
|
|
@ -166,6 +166,10 @@ public class StepState_1002 : StepState
|
|||
{
|
||||
//安装检查
|
||||
|
||||
|
||||
//½ÓÏßδ¼ì²é
|
||||
SiteManager.instance.measuringCabinet.check_JieXian.isChecked = false;
|
||||
SiteManager.instance.measuringCabinet.meteringDevice.gameObject.SetActive(true);
|
||||
//电能表接线连上了
|
||||
SiteManager.instance.measuringCabinet.jieXian_screws.ForEach(screw =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue