Exemple #1
0
 public override void Accept(CollisionVisitor other)
 {
     if (this.poHead != null)
     {
         other.VisitBombGroup(this);
     }
 }