SetRobotLegs() public method

public SetRobotLegs ( string legs ) : void
legs string
return void
 public void BuildRobotLegs()
 {
     robot.SetRobotLegs("Robot legs are simply wheels.");
 }