예제 #1
0
 public override void Accept(ColVisitor other)
 {
     //do nothing or have it register a collision if it freaks out;
     other.VisitExplodingAlien(this);
 }