0116
This commit is contained in:
@@ -21,6 +21,7 @@ public class ASRSComponent : ComponentBase
|
||||
SetStackerCrane(asrsData.asrs_layout);
|
||||
SetPort(asrsData.shipping_port_position, inputPort);
|
||||
SetPort(asrsData.receive_port_position, outputPort);
|
||||
onComponentClicked += FindAnyObjectByType<ASRSProperty>().SetProertyWindow;
|
||||
FitCollider();
|
||||
}
|
||||
|
||||
@@ -68,4 +69,8 @@ public class ASRSComponent : ComponentBase
|
||||
{
|
||||
return new Vector3(p.x, p.z, -p.y);
|
||||
}
|
||||
public override void getpath()
|
||||
{
|
||||
onComponentClicked?.Invoke(componentType, asrsData);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user