Esempio n. 1
0
 public override void Accept(CollisionVisitor other)
 {
     // Important: at this point we have an BirdGroup
     // Call the appropriate collision reaction
     other.VisitGroup(this);
 }