Esempio n. 1
0
File: UFOCol.cs Progetto: xfanw/Game
 // Collision
 public override void Accept(Visitor other)
 {
     other.Visit(this);
 }