Example #1
0
 public Human()
 {
     IRunner = new Biped();
 }
Example #2
0
 public Sasquatch()
 {
     IRunner = new Biped();
 }