Пример #1
0
 // Visitor + Collision
 public override void Accept(CollisionVisitor other)
 {
     other.VisitBottomWall(this);
 }