SetRobotTorso() public method

public SetRobotTorso ( string torso ) : void
torso string
return void
 public void BuildRobotTorso()
 {
     robot.SetRobotTorso("Robot torso is a round cylinder shape made of steel");
 }