예제 #1
0
 public override void Accept(ColVisitor other)
 {
     // Important: at this point we have an SquidAlien
     // Call the appropriate collision reaction
     other.VisitOctopusAlien(this);
 }