Пример #1
0
 public override void Accept(CollisionVisitor other)
 {
     //Debug.WriteLine("Wall Root accept");
     other.VisitWallRoot(this);
 }