Esempio n. 1
0
 public Human()
 {
     IRunner = new Biped();
 }
Esempio n. 2
0
 public Sasquatch()
 {
     IRunner = new Biped();
 }