protected PlainstComponents CreatePlainerType(PlainstComponents cloned) { cloned._horizontalPiston = _horizontalPiston.CreatePlainerType(); cloned._verticalPiston = _verticalPiston.CreatePlainerType(); cloned._gripper = _gripper.CreatePlainerType(); cloned._horizontalPistonLockerFailed = _horizontalPistonLockerFailed.CreatePlainerType(); return(cloned); }
protected PlainstComponents CreatePlainerType(PlainstComponents cloned) { cloned._pneumatics = _pneumatics.CreatePlainerType(); cloned._inputConveyor = _inputConveyor.CreatePlainerType(); cloned._BrickInTakeOffPosition = _BrickInTakeOffPosition.CreatePlainerType(); cloned._BrickInGripper = _BrickInGripper.CreatePlainerType(); return(cloned); }
public PlainstComponents CreatePlainerType() { var cloned = new PlainstComponents(); cloned._horizontalPiston = _horizontalPiston.CreatePlainerType(); cloned._verticalPiston = _verticalPiston.CreatePlainerType(); cloned._gripper = _gripper.CreatePlainerType(); cloned._horizontalPistonLockerFailed = _horizontalPistonLockerFailed.CreatePlainerType(); return(cloned); }
public PlainstComponents CreatePlainerType() { var cloned = new PlainstComponents(); cloned._pneumatics = _pneumatics.CreatePlainerType(); cloned._inputConveyor = _inputConveyor.CreatePlainerType(); cloned._BrickInTakeOffPosition = _BrickInTakeOffPosition.CreatePlainerType(); cloned._BrickInGripper = _BrickInGripper.CreatePlainerType(); return(cloned); }
public PlainfbStation() { __components = new PlainstComponents(); __data = new PlainstData(); }