Example #1
0
 public void SetLegs()
 {
     _result.SetLeftLeg(new OpossumLeg());
     _result.SetLeftLeg2(new OpossumLeg());
 }
Example #2
0
 public void SetLegs()
 {
     _result.SetLeftLeg(new BaldLeg());
     _result.SetLeftLeg2(new BaldLeg());
 }