Exemple #1
0
 public override void Accept(CollisionVisitor other)
 {
     //  Debug.WriteLine("Wall accept");
     other.VisitWallDown(this);
 }