Exemple #1
0
 // Collision
 public override void Accept(Visitor other)
 {
     other.Visit(this);
 }