public override void Accept(ColVisitor other) { other.VisitUFORoot(this); }
public override void Accept(ColVisitor other) { // Important: at this point we have an Alien // Call the appropriate collision reaction other.VisitUFORoot(this); }