Exemple #1
0
 public Cat(IWorld aWorld, IAnimalLibrary anAnimalLib)
     : base(aWorld, anAnimalLib)
 {
 }
Exemple #2
0
 protected AnimalBehavior(IWorld theWorld, IAnimalLibrary anAnimalLib)
 {
     TheWorld  = theWorld;
     AnimalLib = anAnimalLib;
 }