Example #1
0
 public void Animate(Scientist scientist, Assistant assistant)
 {
     assistant.Animate(this);
     scientist.Animate(this);
 }