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