Exemplo n.º 1
0
 //---------------------------------------------------------
 // Override abstract class
 //---------------------------------------------------------
 public override void accept(CollisionVisitor other)
 {
     other.visitBumpRight(this);
 }