示例#1
0
 public override void Accept(CollisionVisitor other)
 {
     other.VisitShieldGroup(this);
 }
示例#2
0
 public override void Accept(CollisionVisitor other)
 {
     // Call the appropriate collision reaction
     other.VisitShieldGroup(this);
 }