Ejemplo n.º 1
0
Archivo: UFOCol.cs Proyecto: xfanw/Game
 // Collision
 public override void Accept(Visitor other)
 {
     other.Visit(this);
 }