Exemplo n.º 1
0
 public override void Accept(CollisionVisitor other)
 {
     other.VisitShieldGroup(this);
 }
Exemplo n.º 2
0
 public override void Accept(CollisionVisitor other)
 {
     // Call the appropriate collision reaction
     other.VisitShieldGroup(this);
 }