SetRobotTorso() public méthode

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