Exemplo n.º 1
0
 public void SetSwitchRef(ConveyorBeltSwitch switchRef)
 {
     AssignedSwitch = switchRef;
 }
Exemplo n.º 2
0
 public void SetSwitchRef(ConveyorBeltSwitch switchRef)
 {
     AssignedSwitch = switchRef;
     UpdateState();
 }