// Visitor + Collision public override void Accept(CollisionVisitor other) { other.VisitAlien(this); }