Exemple #1
0
 public World(Continent continent)
 {
     predator  = continent.CreatePredator();
     herbivore = continent.CreateHerbivore();
 }